Html Css Color HEX #39EFC9 Turquoise

📋 copy color: '#39EFC9'

red 57 ◦ green 239 ◦ blue 201

#39EFC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #39EFC9

Tints of Turquoise #39EFC9

RGB

 RED value IS 57 (22.66% from 255) = 11.47%

 GREEN value IS 239 (93.75% from 255) = 48.09%

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 11.47%
G = 48.09%
B = 40.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#39EFC9 (or 0x39EFC9) is known color: Turquoise. HEX triplet: 39, EF and C9. RGB value is (57,239,201). Sum of RGB (Red+Green+Blue) = 57+239+201=497 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.47% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFC9 is #C61036. Grayscale: #B4B4B4. Windows color (decimal): -12980279 or 13233977. OLE color: 13233977.

HSL color Cylindrical-coordinate representation of color #39EFC9: hue angle of 167.47º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EFC9 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 57 239 201 -
CMYK 0.76 0 0.16 0.06
HSL 167.47º 0.85% 0.58% -
HSV(B) 167.47º 0.76% 0.94% -
XYZ 43.1 66.82 65.88 -
YUV 180.25 139.7 40.09 -
System Red Green Blue C M Y K H S L
Decimal 57 239 201 0.76 0 0.16 0.06 167.47 0.85 0.58
Hex 39 EF C9 4C 0 10 6 A7 55 3A
Octal 71 357 311 114 0 20 6 247 125 72
Binary 111001 11101111 11001001 1001100 0 10000 110 10100111 1010101 111010

Color Harmonies of #39EFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EFC9

Black with #39EFC9

Text Example


Text Example

White with #39EFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39EFC9; }

 p { color: rgb(57,239,201); }

 H1.HeaderClassName
 {
   color: #39EFC9;
 }
 .AnyTagClassName
 {
   color: #39EFC9;
 }
</style>

background-color css

<style>
 a { background-color: #39EFC9; }

 a { background-color: rgb(57,239,201); }

 div.DivClassName
 {
   background-color: #39EFC9;
 }
 .BgClassName
 {
   background-color: #39EFC9;
 }
</style>

border-color css

<style>
 span { border-color: #39EFC9; }

 span { border-color: rgb(57,239,201); }

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