#33FBD8

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

Shades of Turquoise #33FBD8

Tints of Turquoise #33FBD8

Color information

#33FBD8 (or 0x33FBD8) is unknown color: approx Turquoise. HEX triplet: 33, FB and D8. RGB value is (51,251,216). Sum of RGB (Red+Green+Blue) = 51+251+216=518 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.85% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBD8 is #CC0427. Grayscale: #BBBBBB. Windows color (decimal): -13370408 or 14220083. OLE color: 14220083.

HSL color Cylindrical-coordinate representation of color #33FBD8: hue angle of 169.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 #33FBD8 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB51251216-
CMYK0.8000.140.02
HSL169.5º96.15%59.22%-
HSV(B)169.5º79.68%98.43%-
XYZ48.2674.6676.83-
YUV187.21144.2430.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.85%
GREEN value IS 251 (98.44% from 255) = 48.46%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=9.85%
G=48.46%
B=41.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512512160.8000.140.02169.596.1559.22
Hex33FBD8500E2aa603b
Octal63373330120016225214073
Binary110011111110111101100010100000111010101010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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