#34DADD

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

Shades of Turquoise #34DADD

Tints of Turquoise #34DADD

Color information

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

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

Color convert

RGB52218221-
CMYK0.760.0100.13
HSL181.07º71.31%53.53%-
HSV(B)181.07º76.47%86.67%-
XYZ39.5456.0977.15-
YUV168.71157.544.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522182210.760.0100.13181.0771.3153.53
Hex34DADD4C10Db54736
Octal64332335114101526510766
Binary11010011011010110111011001100101101101101011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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