Html Css Color HEX #34DDD0 Turquoise

📋 copy color: '#34DDD0'

red 52 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #34DDD0

Tints of Turquoise #34DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 10.81%
G = 45.95%
B = 43.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#34DDD0 (or 0x34DDD0) is known color: Turquoise. HEX triplet: 34, DD and D0. RGB value is (52,221,208). Sum of RGB (Red+Green+Blue) = 52+221+208=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDD0 is #CB222F. Grayscale: #A8A8A8. Windows color (decimal): -13312560 or 13688116. OLE color: 13688116.

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

Color convert

RGB 52 221 208 -
CMYK 0.76 0 0.06 0.13
HSL 175.38º 0.71% 0.54% -
HSV(B) 175.38º 0.76% 0.87% -
XYZ 38.66 57 68.64 -
YUV 168.99 150.01 44.56 -
System Red Green Blue C M Y K H S L
Decimal 52 221 208 0.76 0 0.06 0.13 175.38 0.71 0.54
Hex 34 DD D0 4C 0 6 D AF 47 36
Octal 64 335 320 114 0 6 15 257 107 66
Binary 110100 11011101 11010000 1001100 0 110 1101 10101111 1000111 110110

Color Harmonies of #34DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDD0

Black with #34DDD0

Text Example


Text Example

White with #34DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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