Html Css Color HEX #34D9DE Turquoise

📋 copy color: '#34D9DE'

red 52 ◦ green 217 ◦ blue 222

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

Shades of Turquoise #34D9DE

Tints of Turquoise #34D9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 10.59%
G = 44.2%
B = 45.21%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#34D9DE (or 0x34D9DE) is known color: Turquoise. HEX triplet: 34, D9 and DE. RGB value is (52,217,222). Sum of RGB (Red+Green+Blue) = 52+217+222=491 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.59% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #34D9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D9DE is #CB2621. Grayscale: #A8A8A8. Windows color (decimal): -13313570 or 14604596. OLE color: 14604596.

HSL color Cylindrical-coordinate representation of color #34D9DE: hue angle of 181.76º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34D9DE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 217 222 -
CMYK 0.77 0.02 0 0.13
HSL 181.76º 0.72% 0.54% -
HSV(B) 181.76º 0.77% 0.87% -
XYZ 39.41 55.63 77.77 -
YUV 168.24 158.34 45.09 -
System Red Green Blue C M Y K H S L
Decimal 52 217 222 0.77 0.02 0 0.13 181.76 0.72 0.54
Hex 34 D9 DE 4D 2 0 D B6 48 36
Octal 64 331 336 115 2 0 15 266 110 66
Binary 110100 11011001 11011110 1001101 10 0 1101 10110110 1001000 110110

Color Harmonies of #34D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D9DE

Black with #34D9DE

Text Example


Text Example

White with #34D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,217,222); }

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

background-color css

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

 a { background-color: rgb(52,217,222); }

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

border-color css

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

 span { border-color: rgb(52,217,222); }

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