Html Css Color HEX #36EBCE Turquoise

📋 copy color: '#36EBCE'

red 54 ◦ green 235 ◦ blue 206

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

Shades of Turquoise #36EBCE

Tints of Turquoise #36EBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

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

R = 10.91%
G = 47.47%
B = 41.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#36EBCE (or 0x36EBCE) is known color: Turquoise. HEX triplet: 36, EB and CE. RGB value is (54,235,206). Sum of RGB (Red+Green+Blue) = 54+235+206=495 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.91% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #36EBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EBCE is #C91431. Grayscale: #B1B1B1. Windows color (decimal): -13177906 or 13560630. OLE color: 13560630.

HSL color Cylindrical-coordinate representation of color #36EBCE: hue angle of 170.39º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EBCE is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 235 206 -
CMYK 0.77 0 0.12 0.08
HSL 170.39º 0.82% 0.57% -
HSV(B) 170.39º 0.77% 0.92% -
XYZ 42.37 64.66 68.64 -
YUV 177.58 144.03 39.86 -
System Red Green Blue C M Y K H S L
Decimal 54 235 206 0.77 0 0.12 0.08 170.39 0.82 0.57
Hex 36 EB CE 4D 0 C 8 AA 52 39
Octal 66 353 316 115 0 14 10 252 122 71
Binary 110110 11101011 11001110 1001101 0 1100 1000 10101010 1010010 111001

Color Harmonies of #36EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EBCE

Black with #36EBCE

Text Example


Text Example

White with #36EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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