#33FFBB

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

Shades of Turquoise #33FFBB

Tints of Turquoise #33FFBB

Color information

#33FFBB (or 0x33FFBB) is unknown color: approx Turquoise. HEX triplet: 33, FF and BB. RGB value is (51,255,187). Sum of RGB (Red+Green+Blue) = 51+255+187=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFBB is #CC0044. Grayscale: #BABABA. Windows color (decimal): -13369413 or 12320563. OLE color: 12320563.

HSL color Cylindrical-coordinate representation of color #33FFBB: hue angle of 160º 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 #33FFBB is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB51255187-
CMYK0.800.270
HSL160º100%60%-
HSV(B)160º80%100%-
XYZ46.0975.8159.22-
YUV186.25128.4131.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.34%
GREEN value IS 255 (100% from 255) = 51.72%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=10.34%
G=51.72%
B=37.93%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512551870.800.27016010060
Hex33FFBB5001B0a0643c
Octal63377273120033024014474
Binary110011111111111011101110100000110110101000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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