Html Css Color HEX #36CCC2 Medium Turquoise

📋 copy color: '#36CCC2'

red 54 ◦ green 204 ◦ blue 194

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

Shades of Medium Turquoise #36CCC2

Tints of Medium Turquoise #36CCC2

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #36CCC2: hue angle of 176º 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 #36CCC2 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 204 194 -
CMYK 0.74 0 0.05 0.2
HSL 176º 0.6% 0.51% -
HSV(B) 176º 0.74% 0.8% -
XYZ 32.85 47.87 58.55 -
YUV 158.01 148.31 53.81 -
System Red Green Blue C M Y K H S L
Decimal 54 204 194 0.74 0 0.05 0.2 176 0.6 0.51
Hex 36 CC C2 4A 0 5 14 B0 3C 33
Octal 66 314 302 112 0 5 24 260 74 63
Binary 110110 11001100 11000010 1001010 0 101 10100 10110000 111100 110011

Color Harmonies of #36CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCC2

Black with #36CCC2

Text Example


Text Example

White with #36CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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