#36E1F6

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

Shades of Turquoise #36E1F6

Tints of Turquoise #36E1F6

Color information

#36E1F6 (or 0x36E1F6) is unknown color: approx Turquoise. HEX triplet: 36, E1 and F6. RGB value is (54,225,246). Sum of RGB (Red+Green+Blue) = 54+225+246=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #36E1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E1F6 is #C91E09. Grayscale: #B0B0B0. Windows color (decimal): -13180426 or 16179510. OLE color: 16179510.

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

Color convert

RGB54225246-
CMYK0.780.0900.04
HSL186.56º91.43%58.82%-
HSV(B)186.56º78.05%96.47%-
XYZ45.0861.2996.64-
YUV176.26167.3540.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.29%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 246 (96.48% from 255) = 46.86%
R=10.29%
G=42.86%
B=46.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542252460.780.0900.04186.5691.4358.82
Hex36E1F64E904bb5b3b
Octal66341366116110427313373
Binary1101101110000111110110100111010010100101110111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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