#33DABC

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

Shades of Turquoise #33DABC

Tints of Turquoise #33DABC

Color information

#33DABC (or 0x33DABC) is unknown color: approx Turquoise. HEX triplet: 33, DA and BC. RGB value is (51,218,188). Sum of RGB (Red+Green+Blue) = 51+218+188=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #33DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DABC is #CC2543. Grayscale: #A4A4A4. Windows color (decimal): -13378884 or 12376627. OLE color: 12376627.

HSL color Cylindrical-coordinate representation of color #33DABC: hue angle of 169.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DABC is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB51218188-
CMYK0.7700.140.15
HSL169.22º69.29%52.75%-
HSV(B)169.22º76.61%85.49%-
XYZ35.5154.4856.22-
YUV164.65141.1746.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.16%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=11.16%
G=47.70%
B=41.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512181880.7700.140.15169.2269.2952.75
Hex33DABC4D0EFa94535
Octal633322741150161725110565
Binary11001111011010101111001001101011101111101010011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,218,188); }

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

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

 a { background-color: rgb(51,218,188); }

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

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

 span { border-color: rgb(51,218,188); }

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