Html Css Color HEX #36CECE Medium Turquoise

📋 copy color: '#36CECE'

red 54 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #36CECE

Tints of Medium Turquoise #36CECE

RGB

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

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

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

R = 11.59%
G = 44.21%
B = 44.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#36CECE (or 0x36CECE) is known color: Medium Turquoise. HEX triplet: 36, CE and CE. RGB value is (54,206,206). Sum of RGB (Red+Green+Blue) = 54+206+206=466 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.59% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #36CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CECE is #C93131. Grayscale: #A0A0A0. Windows color (decimal): -13185330 or 13553206. OLE color: 13553206.

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

Color convert

RGB 54 206 206 -
CMYK 0.74 0 0 0.19
HSL 180º 0.61% 0.51% -
HSV(B) 180º 0.74% 0.81% -
XYZ 34.73 49.38 66.09 -
YUV 160.55 153.64 52 -
System Red Green Blue C M Y K H S L
Decimal 54 206 206 0.74 0 0 0.19 180 0.61 0.51
Hex 36 CE CE 4A 0 0 13 B4 3D 33
Octal 66 316 316 112 0 0 23 264 75 63
Binary 110110 11001110 11001110 1001010 0 0 10011 10110100 111101 110011

Color Harmonies of #36CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CECE

Black with #36CECE

Text Example


Text Example

White with #36CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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