#33FBBA

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

Shades of Turquoise #33FBBA

Tints of Turquoise #33FBBA

Color information

#33FBBA (or 0x33FBBA) is unknown color: approx Turquoise. HEX triplet: 33, FB and BA. RGB value is (51,251,186). Sum of RGB (Red+Green+Blue) = 51+251+186=488 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.45% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBBA is #CC0445. Grayscale: #B7B7B7. Windows color (decimal): -13370438 or 12254003. OLE color: 12254003.

HSL color Cylindrical-coordinate representation of color #33FBBA: hue angle of 160.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FBBA is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB51251186-
CMYK0.8000.260.02
HSL160.5º96.15%59.22%-
HSV(B)160.5º79.68%98.43%-
XYZ44.7373.2458.23-
YUV183.79129.2433.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.45%
GREEN value IS 251 (98.44% from 255) = 51.43%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=10.45%
G=51.43%
B=38.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512511860.8000.260.02160.596.1559.22
Hex33FBBA5001A2a0603b
Octal63373272120032224014073
Binary1100111111101110111010101000001101010101000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,251,186); }

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

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

 a { background-color: rgb(51,251,186); }

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

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

 span { border-color: rgb(51,251,186); }

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