#34DDD9

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

Shades of Turquoise #34DDD9

Tints of Turquoise #34DDD9

Color information

#34DDD9 (or 0x34DDD9) is unknown color: approx Turquoise. HEX triplet: 34, DD and D9. RGB value is (52,221,217). Sum of RGB (Red+Green+Blue) = 52+221+217=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDD9 is #CB2226. Grayscale: #A9A9A9. Windows color (decimal): -13312551 or 14277940. OLE color: 14277940.

HSL color Cylindrical-coordinate representation of color #34DDD9: hue angle of 178.58º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDD9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB52221217-
CMYK0.7600.020.13
HSL178.58º71.31%53.53%-
HSV(B)178.58º76.47%86.67%-
XYZ39.857.4574.64-
YUV170.01154.5143.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.61%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=10.61%
G=45.10%
B=44.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522212170.7600.020.13178.5871.3153.53
Hex34DDD94C02Db34736
Octal64335331114021526310766
Binary110100110111011101100110011000101101101100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34DDD9; }

 p { color: rgb(52,221,217); }

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

<style>
 a { background-color: #34DDD9; }

 a { background-color: rgb(52,221,217); }

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

<style>
 span { border-color: #34DDD9; }

 span { border-color: rgb(52,221,217); }

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