#33F6B6

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

Shades of Turquoise #33F6B6

Tints of Turquoise #33F6B6

Color information

#33F6B6 (or 0x33F6B6) is unknown color: approx Turquoise. HEX triplet: 33, F6 and B6. RGB value is (51,246,182). Sum of RGB (Red+Green+Blue) = 51+246+182=479 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.65% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F6B6 is #CC0949. Grayscale: #B4B4B4. Windows color (decimal): -13371722 or 11990579. OLE color: 11990579.

HSL color Cylindrical-coordinate representation of color #33F6B6: hue angle of 160.31º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F6B6 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB51246182-
CMYK0.7900.260.04
HSL160.31º91.55%58.24%-
HSV(B)160.31º79.27%96.47%-
XYZ42.7669.9955.51-
YUV180.4128.935.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.65%
GREEN value IS 246 (96.48% from 255) = 51.36%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=10.65%
G=51.36%
B=38.00%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512461820.7900.260.04160.3191.5558.24
Hex33F6B64F01A4a05c3a
Octal63366266117032424013472
Binary11001111110110101101101001111011010100101000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33F6B6; }

 p { color: rgb(51,246,182); }

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

<style>
 a { background-color: #33F6B6; }

 a { background-color: rgb(51,246,182); }

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

<style>
 span { border-color: #33F6B6; }

 span { border-color: rgb(51,246,182); }

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