#33D8E0

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

Shades of Turquoise #33D8E0

Tints of Turquoise #33D8E0

Color information

#33D8E0 (or 0x33D8E0) is unknown color: approx Turquoise. HEX triplet: 33, D8 and E0. RGB value is (51,216,224). Sum of RGB (Red+Green+Blue) = 51+216+224=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #33D8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D8E0 is #CC271F. Grayscale: #A7A7A7. Windows color (decimal): -13379360 or 14735411. OLE color: 14735411.

HSL color Cylindrical-coordinate representation of color #33D8E0: hue angle of 182.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33D8E0 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB51216224-
CMYK0.770.0400.12
HSL182.77º73.62%53.92%-
HSV(B)182.77º77.23%87.84%-
XYZ39.3855.279.1-
YUV167.58159.8444.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.39%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=10.39%
G=43.99%
B=45.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512162240.770.0400.12182.7773.6253.92
Hex33D8E04D40Cb74a36
Octal63330340115401426711266
Binary1100111101100011100000100110110001100101101111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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