#33D9C7

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

Shades of Turquoise #33D9C7

Tints of Turquoise #33D9C7

Color information

#33D9C7 (or 0x33D9C7) is unknown color: approx Turquoise. HEX triplet: 33, D9 and C7. RGB value is (51,217,199). Sum of RGB (Red+Green+Blue) = 51+217+199=467 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.92% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9C7 is #CC2638. Grayscale: #A5A5A5. Windows color (decimal): -13379129 or 13097267. OLE color: 13097267.

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

Color convert

RGB51217199-
CMYK0.7600.080.15
HSL173.49º68.6%52.55%-
HSV(B)173.49º76.5%85.1%-
XYZ36.4954.4562.62-
YUV165.3114746.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.92%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=10.92%
G=46.47%
B=42.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512171990.7600.080.15173.4968.652.55
Hex33D9C74C08Fad4535
Octal633313071140101725510565
Binary11001111011001110001111001100010001111101011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,217,199); }

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

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

 a { background-color: rgb(51,217,199); }

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

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

 span { border-color: rgb(51,217,199); }

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