#33FDF6

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

Shades of Turquoise #33FDF6

Tints of Turquoise #33FDF6

Color information

#33FDF6 (or 0x33FDF6) is unknown color: approx Turquoise. HEX triplet: 33, FD and F6. RGB value is (51,253,246). Sum of RGB (Red+Green+Blue) = 51+253+246=550 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.27% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FDF6 is #CC0209. Grayscale: #BFBFBF. Windows color (decimal): -13369866 or 16186675. OLE color: 16186675.

HSL color Cylindrical-coordinate representation of color #33FDF6: hue angle of 177.92º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDF6 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB51253246-
CMYK0.8000.030.01
HSL177.92º98.06%59.61%-
HSV(B)177.92º79.84%99.22%-
XYZ53.1377.6199.37-
YUV191.8158.5827.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.27%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=9.27%
G=46%
B=44.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512532460.8000.030.01177.9298.0659.61
Hex33FDF650031b2623c
Octal6337536612003126214274
Binary110011111111011111011010100000111101100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,253,246); }

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

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

 a { background-color: rgb(51,253,246); }

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

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

 span { border-color: rgb(51,253,246); }

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