#33F1BB

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

Shades of Turquoise #33F1BB

Tints of Turquoise #33F1BB

Color information

#33F1BB (or 0x33F1BB) is unknown color: approx Turquoise. HEX triplet: 33, F1 and BB. RGB value is (51,241,187). Sum of RGB (Red+Green+Blue) = 51+241+187=479 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.65% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #33F1BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F1BB is #CC0E44. Grayscale: #B2B2B2. Windows color (decimal): -13372997 or 12316979. OLE color: 12316979.

HSL color Cylindrical-coordinate representation of color #33F1BB: hue angle of 162.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F1BB is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB51241187-
CMYK0.7900.220.05
HSL162.95º87.16%57.25%-
HSV(B)162.95º78.84%94.51%-
XYZ41.7967.257.78-
YUV178.03133.0537.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.65%
GREEN value IS 241 (94.53% from 255) = 50.31%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=10.65%
G=50.31%
B=39.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512411870.7900.220.05162.9587.1657.25
Hex33F1BB4F0165a35739
Octal63361273117026524312771
Binary11001111110001101110111001111010110101101000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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