Html Css Color HEX #34DDD3 Turquoise

📋 copy color: '#34DDD3'

red 52 ◦ green 221 ◦ blue 211

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

Shades of Turquoise #34DDD3

Tints of Turquoise #34DDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 10.74%
G = 45.66%
B = 43.6%

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

#34DDD3 (or 0x34DDD3) is known color: Turquoise. HEX triplet: 34, DD and D3. RGB value is (52,221,211). Sum of RGB (Red+Green+Blue) = 52+221+211=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDD3 is #CB222C. Grayscale: #A9A9A9. Windows color (decimal): -13312557 or 13884724. OLE color: 13884724.

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

Color convert

RGB 52 221 211 -
CMYK 0.76 0 0.05 0.13
HSL 176.45º 0.71% 0.54% -
HSV(B) 176.45º 0.76% 0.87% -
XYZ 39.03 57.15 70.6 -
YUV 169.33 151.51 44.31 -
System Red Green Blue C M Y K H S L
Decimal 52 221 211 0.76 0 0.05 0.13 176.45 0.71 0.54
Hex 34 DD D3 4C 0 5 D B0 47 36
Octal 64 335 323 114 0 5 15 260 107 66
Binary 110100 11011101 11010011 1001100 0 101 1101 10110000 1000111 110110

Color Harmonies of #34DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDD3

Black with #34DDD3

Text Example


Text Example

White with #34DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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