Html Css Color HEX #36CEBE Medium Turquoise

📋 copy color: '#36CEBE'

red 54 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #36CEBE

Tints of Medium Turquoise #36CEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 12%
G = 45.78%
B = 42.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#36CEBE (or 0x36CEBE) is known color: Medium Turquoise. HEX triplet: 36, CE and BE. RGB value is (54,206,190). Sum of RGB (Red+Green+Blue) = 54+206+190=450 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEBE is #C93141. Grayscale: #9E9E9E. Windows color (decimal): -13185346 or 12504630. OLE color: 12504630.

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

Color convert

RGB 54 206 190 -
CMYK 0.74 0 0.08 0.19
HSL 173.68º 0.61% 0.51% -
HSV(B) 173.68º 0.74% 0.81% -
XYZ 32.89 48.64 56.37 -
YUV 158.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 54 206 190 0.74 0 0.08 0.19 173.68 0.61 0.51
Hex 36 CE BE 4A 0 8 13 AE 3D 33
Octal 66 316 276 112 0 10 23 256 75 63
Binary 110110 11001110 10111110 1001010 0 1000 10011 10101110 111101 110011

Color Harmonies of #36CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEBE

Black with #36CEBE

Text Example


Text Example

White with #36CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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