Html Css Color HEX #36C2CC Medium Turquoise

📋 copy color: '#36C2CC'

red 54 ◦ green 194 ◦ blue 204

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

Shades of Medium Turquoise #36C2CC

Tints of Medium Turquoise #36C2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.92%

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

R = 11.95%
G = 42.92%
B = 45.13%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#36C2CC (or 0x36C2CC) is known color: Medium Turquoise. HEX triplet: 36, C2 and CC. RGB value is (54,194,204). Sum of RGB (Red+Green+Blue) = 54+194+204=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #36C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2CC is #C93D33. Grayscale: #999999. Windows color (decimal): -13188404 or 13419062. OLE color: 13419062.

HSL color Cylindrical-coordinate representation of color #36C2CC: hue angle of 184º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36C2CC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 194 204 -
CMYK 0.74 0.05 0 0.2
HSL 184º 0.6% 0.51% -
HSV(B) 184º 0.74% 0.8% -
XYZ 31.71 43.73 63.9 -
YUV 153.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 54 194 204 0.74 0.05 0 0.2 184 0.6 0.51
Hex 36 C2 CC 4A 5 0 14 B8 3C 33
Octal 66 302 314 112 5 0 24 270 74 63
Binary 110110 11000010 11001100 1001010 101 0 10100 10111000 111100 110011

Color Harmonies of #36C2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C2CC

Black with #36C2CC

Text Example


Text Example

White with #36C2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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