#34DCDD

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

Shades of Turquoise #34DCDD

Tints of Turquoise #34DCDD

Color information

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

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

Color convert

RGB52220221-
CMYK0.760.0000.13
HSL180.36º71.31%53.53%-
HSV(B)180.36º76.47%86.67%-
XYZ40.0657.1477.32-
YUV169.88156.8443.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522202210.760.0000.13180.3671.3153.53
Hex34DCDD4C00Db44736
Octal64334335114001526410766
Binary11010011011100110111011001100001101101101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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