#33d2e0

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

Shades of Turquoise #33D2E0

Tints of Turquoise #33D2E0

Color information

#33D2E0 (or 0x33D2E0) is unknown color: approx Turquoise. HEX triplet: 33, D2 and E0. RGB value is (51,210,224). Sum of RGB (Red+Green+Blue) = 51+210+224=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #33D2E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D2E0 is #CC2D1F. Grayscale: #A3A3A3. Windows color (decimal): -13380896 or 14733875. OLE color: 14733875.

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

Color convert

RGB51210224-
CMYK0.770.0600.12
HSL184.86º73.62%53.92%-
HSV(B)184.86º77.23%87.84%-
XYZ37.8752.1878.6-
YUV164.06161.8247.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.52%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=10.52%
G=43.30%
B=46.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512102240.770.0600.12184.8673.6253.92
Hex33D2E04D60Cb94a36
Octal63322340115601427111266
Binary1100111101001011100000100110111001100101110011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33d2e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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