Html Css Color HEX #34DDD9 Turquoise

📋 copy color: '#34DDD9'

red 52 ◦ green 221 ◦ blue 217

#34DDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #34DDD9

Tints of Turquoise #34DDD9

RGB

 RED value IS 52 (20.7% from 255) = 10.61%

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 10.61%
G = 45.1%
B = 44.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#34DDD9 (or 0x34DDD9) is known color: 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

RGB 52 221 217 -
CMYK 0.76 0 0.02 0.13
HSL 178.58º 0.71% 0.54% -
HSV(B) 178.58º 0.76% 0.87% -
XYZ 39.8 57.45 74.64 -
YUV 170.01 154.51 43.83 -
System Red Green Blue C M Y K H S L
Decimal 52 221 217 0.76 0 0.02 0.13 178.58 0.71 0.54
Hex 34 DD D9 4C 0 2 D B3 47 36
Octal 64 335 331 114 0 2 15 263 107 66
Binary 110100 11011101 11011001 1001100 0 10 1101 10110011 1000111 110110

Color Harmonies of #34DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDD9

Black with #34DDD9

Text Example


Text Example

White with #34DDD9

Text Example


Text Example

HTML Codes & Css Web 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>