Html Css Color HEX #34DDD1 Turquoise

📋 copy color: '#34DDD1'

red 52 ◦ green 221 ◦ blue 209

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

Shades of Turquoise #34DDD1

Tints of Turquoise #34DDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 10.79%
G = 45.85%
B = 43.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#34DDD1 (or 0x34DDD1) is known color: Turquoise. HEX triplet: 34, DD and D1. RGB value is (52,221,209). Sum of RGB (Red+Green+Blue) = 52+221+209=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDD1 is #CB222E. Grayscale: #A8A8A8. Windows color (decimal): -13312559 or 13753652. OLE color: 13753652.

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

Color convert

RGB 52 221 209 -
CMYK 0.76 0 0.05 0.13
HSL 175.74º 0.71% 0.54% -
HSV(B) 175.74º 0.76% 0.87% -
XYZ 38.78 57.05 69.29 -
YUV 169.1 150.51 44.48 -
System Red Green Blue C M Y K H S L
Decimal 52 221 209 0.76 0 0.05 0.13 175.74 0.71 0.54
Hex 34 DD D1 4C 0 5 D B0 47 36
Octal 64 335 321 114 0 5 15 260 107 66
Binary 110100 11011101 11010001 1001100 0 101 1101 10110000 1000111 110110

Color Harmonies of #34DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDD1

Black with #34DDD1

Text Example


Text Example

White with #34DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34DDD1;
 }
 .AnyTagClassName
 {
   color: #34DDD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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