Html Css Color HEX #36EFCB Turquoise

📋 copy color: '#36EFCB'

red 54 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #36EFCB

Tints of Turquoise #36EFCB

RGB

 RED value IS 54 (21.48% from 255) = 10.89%

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

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

R = 10.89%
G = 48.19%
B = 40.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#36EFCB (or 0x36EFCB) is known color: Turquoise. HEX triplet: 36, EF and CB. RGB value is (54,239,203). Sum of RGB (Red+Green+Blue) = 54+239+203=496 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.89% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFCB is #C91034. Grayscale: #B3B3B3. Windows color (decimal): -13176885 or 13365046. OLE color: 13365046.

HSL color Cylindrical-coordinate representation of color #36EFCB: hue angle of 168.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFCB is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 239 203 -
CMYK 0.77 0 0.15 0.06
HSL 168.32º 0.85% 0.57% -
HSV(B) 168.32º 0.77% 0.94% -
XYZ 43.17 66.83 67.12 -
YUV 179.58 141.21 38.43 -
System Red Green Blue C M Y K H S L
Decimal 54 239 203 0.77 0 0.15 0.06 168.32 0.85 0.57
Hex 36 EF CB 4D 0 F 6 A8 55 39
Octal 66 357 313 115 0 17 6 250 125 71
Binary 110110 11101111 11001011 1001101 0 1111 110 10101000 1010101 111001

Color Harmonies of #36EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EFCB

Black with #36EFCB

Text Example


Text Example

White with #36EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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