Html Css Color HEX #39EFCB Turquoise

📋 copy color: '#39EFCB'

red 57 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #39EFCB

Tints of Turquoise #39EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 11.42%
G = 47.9%
B = 40.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#39EFCB (or 0x39EFCB) is known color: Turquoise. HEX triplet: 39, EF and CB. RGB value is (57,239,203). Sum of RGB (Red+Green+Blue) = 57+239+203=499 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.42% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFCB is #C61034. Grayscale: #B4B4B4. Windows color (decimal): -12980277 or 13365049. OLE color: 13365049.

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

Color convert

RGB 57 239 203 -
CMYK 0.76 0 0.15 0.06
HSL 168.13º 0.85% 0.58% -
HSV(B) 168.13º 0.76% 0.94% -
XYZ 43.33 66.91 67.13 -
YUV 180.48 140.7 39.93 -
System Red Green Blue C M Y K H S L
Decimal 57 239 203 0.76 0 0.15 0.06 168.13 0.85 0.58
Hex 39 EF CB 4C 0 F 6 A8 55 3A
Octal 71 357 313 114 0 17 6 250 125 72
Binary 111001 11101111 11001011 1001100 0 1111 110 10101000 1010101 111010

Color Harmonies of #39EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EFCB

Black with #39EFCB

Text Example


Text Example

White with #39EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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