#36EEF6

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

Shades of Turquoise #36EEF6

Tints of Turquoise #36EEF6

Color information

#36EEF6 (or 0x36EEF6) is unknown color: approx Turquoise. HEX triplet: 36, EE and F6. RGB value is (54,238,246). Sum of RGB (Red+Green+Blue) = 54+238+246=538 (71% of max value = 765). Red value is 54 (21.48% from 255 or 10.04% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #36EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EEF6 is #C91109. Grayscale: #B7B7B7. Windows color (decimal): -13177098 or 16182838. OLE color: 16182838.

HSL color Cylindrical-coordinate representation of color #36EEF6: hue angle of 182.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36EEF6 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB54238246-
CMYK0.780.0300.04
HSL182.5º91.43%58.82%-
HSV(B)182.5º78.05%96.47%-
XYZ48.7368.5997.86-
YUV183.9163.0435.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.04%
GREEN value IS 238 (93.36% from 255) = 44.24%
BLUE value IS 246 (96.48% from 255) = 45.72%
R=10.04%
G=44.24%
B=45.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542382460.780.0300.04182.591.4358.82
Hex36EEF64E304b65b3b
Octal6635636611630426613373
Binary11011011101110111101101001110110100101101101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,238,246); }

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

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

 a { background-color: rgb(54,238,246); }

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

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

 span { border-color: rgb(54,238,246); }

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