#33D8F0

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

Shades of Turquoise #33D8F0

Tints of Turquoise #33D8F0

Color information

#33D8F0 (or 0x33D8F0) is unknown color: approx Turquoise. HEX triplet: 33, D8 and F0. RGB value is (51,216,240). Sum of RGB (Red+Green+Blue) = 51+216+240=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #33D8F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D8F0 is #CC270F. Grayscale: #A9A9A9. Windows color (decimal): -13379344 or 15783987. OLE color: 15783987.

HSL color Cylindrical-coordinate representation of color #33D8F0: hue angle of 187.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33D8F0 is Cyan = 0.79, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB51216240-
CMYK0.790.100.06
HSL187.62º86.3%57.06%-
HSV(B)187.62º78.75%94.12%-
XYZ41.6556.1191.07-
YUV169.4167.8443.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.06%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=10.06%
G=42.60%
B=47.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512162400.790.100.06187.6286.357.06
Hex33D8F04FA06bc5639
Octal63330360117120627412671
Binary1100111101100011110000100111110100110101111001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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