#34DDDC

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

Shades of Turquoise #34DDDC

Tints of Turquoise #34DDDC

Color information

#34DDDC (or 0x34DDDC) is unknown color: approx Turquoise. HEX triplet: 34, DD and DC. RGB value is (52,221,220). Sum of RGB (Red+Green+Blue) = 52+221+220=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDDC is #CB2223. Grayscale: #AAAAAA. Windows color (decimal): -13312548 or 14474548. OLE color: 14474548.

HSL color Cylindrical-coordinate representation of color #34DDDC: hue angle of 179.64º 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 #34DDDC is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB52221220-
CMYK0.7600.000.13
HSL179.64º71.31%53.53%-
HSV(B)179.64º76.47%86.67%-
XYZ40.1957.6176.71-
YUV170.36156.0143.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.55%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=10.55%
G=44.83%
B=44.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522212200.7600.000.13179.6471.3153.53
Hex34DDDC4C00Db44736
Octal64335334114001526410766
Binary11010011011101110111001001100001101101101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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