#38F6B9

Color #38F6B9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38F6B9

Tints of Turquoise #38F6B9

Color information

#38F6B9 (or 0x38F6B9) is unknown color: approx Turquoise. HEX triplet: 38, F6 and B9. RGB value is (56,246,185). Sum of RGB (Red+Green+Blue) = 56+246+185=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F6B9 is #C70946. Grayscale: #B6B6B6. Windows color (decimal): -13044039 or 12187192. OLE color: 12187192.

HSL color Cylindrical-coordinate representation of color #38F6B9: hue angle of 160.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F6B9 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB56246185-
CMYK0.7700.250.04
HSL160.74º91.35%59.22%-
HSV(B)160.74º77.24%96.47%-
XYZ43.3470.2657.18-
YUV182.24129.5537.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 11.50%
GREEN value IS 246 (96.48% from 255) = 50.51%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=11.50%
G=50.51%
B=37.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562461850.7700.250.04160.7491.3559.22
Hex38F6B94D0194a15b3b
Octal70366271115031424113373
Binary11100011110110101110011001101011001100101000011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F6B9; }

 p { color: rgb(56,246,185); }

 H1.HeaderClassName
 {
   color: #38F6B9;
 }
 .AnyTagClassName
 {
   color: #38F6B9;
 }
</style>
background-color css

<style>
 a { background-color: #38F6B9; }

 a { background-color: rgb(56,246,185); }

 div.DivClassName
 {
   background-color: #38F6B9;
 }
 .BgClassName
 {
   background-color: #38F6B9;
 }
</style>
border-color css

<style>
 span { border-color: #38F6B9; }

 span { border-color: rgb(56,246,185); }

 td.TdClassName
 {
   border-color: #38F6B9;
 }
 .TagClassName
 {
   border-color: #38F6B9;
 }
</style>