#36E0EA

Color #36E0EA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #36E0EA

Tints of Turquoise #36E0EA

Color information

#36E0EA (or 0x36E0EA) is unknown color: approx Turquoise. HEX triplet: 36, E0 and EA. RGB value is (54,224,234). Sum of RGB (Red+Green+Blue) = 54+224+234=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #36E0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E0EA is #C91F15. Grayscale: #AEAEAE. Windows color (decimal): -13180694 or 15392822. OLE color: 15392822.

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

Color convert

RGB54224234-
CMYK0.770.0400.08
HSL183.33º81.08%56.47%-
HSV(B)183.33º76.92%91.76%-
XYZ43.0360.0487.16-
YUV174.31161.6842.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.55%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=10.55%
G=43.75%
B=45.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal542242340.770.0400.08183.3381.0856.47
Hex36E0EA4D408b75138
Octal66340352115401026712170
Binary1101101110000011101010100110110001000101101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36E0EA;
 }
 .AnyTagClassName
 {
   color: #36E0EA;
 }
</style>
background-color css

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

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

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

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

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

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