#33FFB6

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

Shades of Turquoise #33FFB6

Tints of Turquoise #33FFB6

Color information

#33FFB6 (or 0x33FFB6) is unknown color: approx Turquoise. HEX triplet: 33, FF and B6. RGB value is (51,255,182). Sum of RGB (Red+Green+Blue) = 51+255+182=488 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.45% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFB6 is #CC0049. Grayscale: #B9B9B9. Windows color (decimal): -13369418 or 11992883. OLE color: 11992883.

HSL color Cylindrical-coordinate representation of color #33FFB6: hue angle of 158.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFB6 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB51255182-
CMYK0.800.290
HSL158.53º100%60%-
HSV(B)158.53º80%100%-
XYZ45.5775.656.45-
YUV185.68125.9131.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.45%
GREEN value IS 255 (100% from 255) = 52.25%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=10.45%
G=52.25%
B=37.30%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512551820.800.290158.5310060
Hex33FFB65001D09f643c
Octal63377266120035023714474
Binary110011111111111011011010100000111010100111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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