Html Css Color HEX #39EFC0 Turquoise

📋 copy color: '#39EFC0'

red 57 ◦ green 239 ◦ blue 192

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

Shades of Turquoise #39EFC0

Tints of Turquoise #39EFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 11.68%
G = 48.98%
B = 39.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#39EFC0 (or 0x39EFC0) is known color: Turquoise. HEX triplet: 39, EF and C0. RGB value is (57,239,192). Sum of RGB (Red+Green+Blue) = 57+239+192=488 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.68% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFC0 is #C6103F. Grayscale: #B3B3B3. Windows color (decimal): -12980288 or 12644153. OLE color: 12644153.

HSL color Cylindrical-coordinate representation of color #39EFC0: hue angle of 164.51º 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 #39EFC0 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 57 239 192 -
CMYK 0.76 0 0.20 0.06
HSL 164.51º 0.85% 0.58% -
HSV(B) 164.51º 0.76% 0.94% -
XYZ 42.07 66.41 60.47 -
YUV 179.22 135.2 40.82 -
System Red Green Blue C M Y K H S L
Decimal 57 239 192 0.76 0 0.20 0.06 164.51 0.85 0.58
Hex 39 EF C0 4C 0 14 6 A5 55 3A
Octal 71 357 300 114 0 24 6 245 125 72
Binary 111001 11101111 11000000 1001100 0 10100 110 10100101 1010101 111010

Color Harmonies of #39EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EFC0

Black with #39EFC0

Text Example


Text Example

White with #39EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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