Html Css Color HEX #36FCCC Turquoise

📋 copy color: '#36FCCC'

red 54 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #36FCCC

Tints of Turquoise #36FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 10.59%
G = 49.41%
B = 40%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#36FCCC (or 0x36FCCC) is known color: Turquoise. HEX triplet: 36, FC and CC. RGB value is (54,252,204). Sum of RGB (Red+Green+Blue) = 54+252+204=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCCC is #C90333. Grayscale: #BBBBBB. Windows color (decimal): -13173556 or 13433910. OLE color: 13433910.

HSL color Cylindrical-coordinate representation of color #36FCCC: hue angle of 165.45º 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 #36FCCC is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 252 204 -
CMYK 0.79 0 0.19 0.01
HSL 165.45º 0.97% 0.6% -
HSV(B) 165.45º 0.79% 0.99% -
XYZ 47.23 74.76 69.07 -
YUV 187.33 137.4 32.9 -
System Red Green Blue C M Y K H S L
Decimal 54 252 204 0.79 0 0.19 0.01 165.45 0.97 0.6
Hex 36 FC CC 4F 0 13 1 A5 61 3C
Octal 66 374 314 117 0 23 1 245 141 74
Binary 110110 11111100 11001100 1001111 0 10011 1 10100101 1100001 111100

Color Harmonies of #36FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FCCC

Black with #36FCCC

Text Example


Text Example

White with #36FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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