Html Css Color HEX #36EABA Turquoise

📋 copy color: '#36EABA'

red 54 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #36EABA

Tints of Turquoise #36EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 11.39%
G = 49.37%
B = 39.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#36EABA (or 0x36EABA) is known color: Turquoise. HEX triplet: 36, EA and BA. RGB value is (54,234,186). Sum of RGB (Red+Green+Blue) = 54+234+186=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #36EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EABA is #C91545. Grayscale: #AEAEAE. Windows color (decimal): -13178182 or 12249654. OLE color: 12249654.

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

Color convert

RGB 54 234 186 -
CMYK 0.77 0 0.21 0.08
HSL 164º 0.81% 0.56% -
HSV(B) 164º 0.77% 0.92% -
XYZ 39.81 63.18 56.55 -
YUV 174.71 134.37 41.9 -
System Red Green Blue C M Y K H S L
Decimal 54 234 186 0.77 0 0.21 0.08 164 0.81 0.56
Hex 36 EA BA 4D 0 15 8 A4 51 38
Octal 66 352 272 115 0 25 10 244 121 70
Binary 110110 11101010 10111010 1001101 0 10101 1000 10100100 1010001 111000

Color Harmonies of #36EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EABA

Black with #36EABA

Text Example


Text Example

White with #36EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,234,186); }

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

background-color css

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

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

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

border-color css

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

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

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