Html Css Color HEX #36FCCE Turquoise

📋 copy color: '#36FCCE'

red 54 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #36FCCE

Tints of Turquoise #36FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 10.55%
G = 49.22%
B = 40.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#36FCCE (or 0x36FCCE) is known color: Turquoise. HEX triplet: 36, FC and CE. RGB value is (54,252,206). Sum of RGB (Red+Green+Blue) = 54+252+206=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCCE is #C90331. Grayscale: #BBBBBB. Windows color (decimal): -13173554 or 13564982. OLE color: 13564982.

HSL color Cylindrical-coordinate representation of color #36FCCE: hue angle of 166.06º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCCE is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 252 206 -
CMYK 0.79 0 0.18 0.01
HSL 166.06º 0.97% 0.6% -
HSV(B) 166.06º 0.79% 0.99% -
XYZ 47.47 74.86 70.34 -
YUV 187.55 138.4 32.74 -
System Red Green Blue C M Y K H S L
Decimal 54 252 206 0.79 0 0.18 0.01 166.06 0.97 0.6
Hex 36 FC CE 4F 0 12 1 A6 61 3C
Octal 66 374 316 117 0 22 1 246 141 74
Binary 110110 11111100 11001110 1001111 0 10010 1 10100110 1100001 111100

Color Harmonies of #36FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FCCE

Black with #36FCCE

Text Example


Text Example

White with #36FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,252,206); }

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

background-color css

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

 a { background-color: rgb(54,252,206); }

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

border-color css

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

 span { border-color: rgb(54,252,206); }

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