Html Css Color HEX #36CBCE Medium Turquoise

📋 copy color: '#36CBCE'

red 54 ◦ green 203 ◦ blue 206

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

Shades of Medium Turquoise #36CBCE

Tints of Medium Turquoise #36CBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 11.66%
G = 43.84%
B = 44.49%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#36CBCE (or 0x36CBCE) is known color: Medium Turquoise. HEX triplet: 36, CB and CE. RGB value is (54,203,206). Sum of RGB (Red+Green+Blue) = 54+203+206=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #36CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBCE is #C93431. Grayscale: #9E9E9E. Windows color (decimal): -13186098 or 13552438. OLE color: 13552438.

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

Color convert

RGB 54 203 206 -
CMYK 0.74 0.01 0 0.19
HSL 181.18º 0.61% 0.51% -
HSV(B) 181.18º 0.74% 0.81% -
XYZ 34.02 47.95 65.86 -
YUV 158.79 154.64 53.26 -
System Red Green Blue C M Y K H S L
Decimal 54 203 206 0.74 0.01 0 0.19 181.18 0.61 0.51
Hex 36 CB CE 4A 1 0 13 B5 3D 33
Octal 66 313 316 112 1 0 23 265 75 63
Binary 110110 11001011 11001110 1001010 1 0 10011 10110101 111101 110011

Color Harmonies of #36CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CBCE

Black with #36CBCE

Text Example


Text Example

White with #36CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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