Html Css Color HEX #34DDDA Turquoise

📋 copy color: '#34DDDA'

red 52 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #34DDDA

Tints of Turquoise #34DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 10.59%
G = 45.01%
B = 44.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#34DDDA (or 0x34DDDA) is known color: Turquoise. HEX triplet: 34, DD and DA. RGB value is (52,221,218). Sum of RGB (Red+Green+Blue) = 52+221+218=491 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.59% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDDA is #CB2225. Grayscale: #A9A9A9. Windows color (decimal): -13312550 or 14343476. OLE color: 14343476.

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

Color convert

RGB 52 221 218 -
CMYK 0.76 0 0.01 0.13
HSL 178.93º 0.71% 0.54% -
HSV(B) 178.93º 0.76% 0.87% -
XYZ 39.93 57.5 75.32 -
YUV 170.13 155.01 43.74 -
System Red Green Blue C M Y K H S L
Decimal 52 221 218 0.76 0 0.01 0.13 178.93 0.71 0.54
Hex 34 DD DA 4C 0 1 D B3 47 36
Octal 64 335 332 114 0 1 15 263 107 66
Binary 110100 11011101 11011010 1001100 0 1 1101 10110011 1000111 110110

Color Harmonies of #34DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDDA

Black with #34DDDA

Text Example


Text Example

White with #34DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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