#36F6B3

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

Shades of Turquoise #36F6B3

Tints of Turquoise #36F6B3

Color information

#36F6B3 (or 0x36F6B3) is unknown color: approx Turquoise. HEX triplet: 36, F6 and B3. RGB value is (54,246,179). Sum of RGB (Red+Green+Blue) = 54+246+179=479 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.27% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #36F6B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F6B3 is #C9094C. Grayscale: #B5B5B5. Windows color (decimal): -13175117 or 11793974. OLE color: 11793974.

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

Color convert

RGB54246179-
CMYK0.7800.270.04
HSL159.06º91.43%58.82%-
HSV(B)159.06º78.05%96.47%-
XYZ42.6169.9553.9-
YUV180.95126.8937.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.27%
GREEN value IS 246 (96.48% from 255) = 51.36%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=11.27%
G=51.36%
B=37.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542461790.7800.270.04159.0691.4358.82
Hex36F6B34E01B49f5b3b
Octal66366263116033423713373
Binary11011011110110101100111001110011011100100111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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