#33E1D5

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

Shades of Turquoise #33E1D5

Tints of Turquoise #33E1D5

Color information

#33E1D5 (or 0x33E1D5) is unknown color: approx Turquoise. HEX triplet: 33, E1 and D5. RGB value is (51,225,213). Sum of RGB (Red+Green+Blue) = 51+225+213=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #33E1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E1D5 is #CC1E2A. Grayscale: #ABABAB. Windows color (decimal): -13377067 or 14016819. OLE color: 14016819.

HSL color Cylindrical-coordinate representation of color #33E1D5: hue angle of 175.86º 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 #33E1D5 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB51225213-
CMYK0.7700.050.12
HSL175.86º74.36%54.12%-
HSV(B)175.86º77.33%88.24%-
XYZ40.359.3672.28-
YUV171.61151.3541.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.43%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=10.43%
G=46.01%
B=43.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512252130.7700.050.12175.8674.3654.12
Hex33E1D54D05Cb04a36
Octal63341325115051426011266
Binary1100111110000111010101100110101011100101100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,225,213); }

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

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

 a { background-color: rgb(51,225,213); }

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

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

 span { border-color: rgb(51,225,213); }

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