Html Css Color HEX #36CEC0 Medium Turquoise

📋 copy color: '#36CEC0'

red 54 ◦ green 206 ◦ blue 192

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

Shades of Medium Turquoise #36CEC0

Tints of Medium Turquoise #36CEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 11.95%
G = 45.58%
B = 42.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#36CEC0 (or 0x36CEC0) is known color: Medium Turquoise. HEX triplet: 36, CE and C0. RGB value is (54,206,192). Sum of RGB (Red+Green+Blue) = 54+206+192=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEC0 is #C9313F. Grayscale: #9E9E9E. Windows color (decimal): -13185344 or 12635702. OLE color: 12635702.

HSL color Cylindrical-coordinate representation of color #36CEC0: hue angle of 174.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CEC0 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 206 192 -
CMYK 0.74 0 0.07 0.19
HSL 174.47º 0.61% 0.51% -
HSV(B) 174.47º 0.74% 0.81% -
XYZ 33.11 48.73 57.53 -
YUV 158.96 146.64 53.14 -
System Red Green Blue C M Y K H S L
Decimal 54 206 192 0.74 0 0.07 0.19 174.47 0.61 0.51
Hex 36 CE C0 4A 0 7 13 AE 3D 33
Octal 66 316 300 112 0 7 23 256 75 63
Binary 110110 11001110 11000000 1001010 0 111 10011 10101110 111101 110011

Color Harmonies of #36CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEC0

Black with #36CEC0

Text Example


Text Example

White with #36CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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