#34DDDA

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

Shades of Turquoise #34DDDA

Tints of Turquoise #34DDDA

Color information

#34DDDA (or 0x34DDDA) is unknown color: approx Turquoise. HEX triplet: 34, DD and DA. RGB value is (52,221,218). Sum of RGB (Red+Green+Blue) = 52+221+218=491 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.59% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDDA is #CB2225. Grayscale: #A9A9A9. Windows color (decimal): -13312550 or 14343476. OLE color: 14343476.

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

Color convert

RGB52221218-
CMYK0.7600.010.13
HSL178.93º71.31%53.53%-
HSV(B)178.93º76.47%86.67%-
XYZ39.9357.575.32-
YUV170.13155.0143.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.59%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=10.59%
G=45.01%
B=44.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522212180.7600.010.13178.9371.3153.53
Hex34DDDA4C01Db34736
Octal64335332114011526310766
Binary11010011011101110110101001100011101101100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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