#33DFF6

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

Shades of Turquoise #33DFF6

Tints of Turquoise #33DFF6

Color information

#33DFF6 (or 0x33DFF6) is unknown color: approx Turquoise. HEX triplet: 33, DF and F6. RGB value is (51,223,246). Sum of RGB (Red+Green+Blue) = 51+223+246=520 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.81% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #33DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFF6 is #CC2009. Grayscale: #ADADAD. Windows color (decimal): -13377546 or 16178995. OLE color: 16178995.

HSL color Cylindrical-coordinate representation of color #33DFF6: hue angle of 187.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DFF6 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51223246-
CMYK0.790.0900.04
HSL187.08º91.55%58.24%-
HSV(B)187.08º79.27%96.47%-
XYZ44.3960.1396.46-
YUV174.19168.5240.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.81%
GREEN value IS 223 (87.5% from 255) = 42.88%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=9.81%
G=42.88%
B=47.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512232460.790.0900.04187.0891.5558.24
Hex33DFF64F904bb5c3a
Octal63337366117110427313472
Binary1100111101111111110110100111110010100101110111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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