Html Css Color HEX #34D9D8 Turquoise

📋 copy color: '#34D9D8'

red 52 ◦ green 217 ◦ blue 216

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

Shades of Turquoise #34D9D8

Tints of Turquoise #34D9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 10.72%
G = 44.74%
B = 44.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#34D9D8 (or 0x34D9D8) is known color: Turquoise. HEX triplet: 34, D9 and D8. RGB value is (52,217,216). Sum of RGB (Red+Green+Blue) = 52+217+216=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D9D8 is #CB2627. Grayscale: #A7A7A7. Windows color (decimal): -13313576 or 14211380. OLE color: 14211380.

HSL color Cylindrical-coordinate representation of color #34D9D8: hue angle of 179.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D9D8 is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 216 -
CMYK 0.76 0 0.00 0.15
HSL 179.64º 0.68% 0.53% -
HSV(B) 179.64º 0.76% 0.85% -
XYZ 38.62 55.31 73.61 -
YUV 167.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 52 217 216 0.76 0 0.00 0.15 179.64 0.68 0.53
Hex 34 D9 D8 4C 0 0 F B4 44 35
Octal 64 331 330 114 0 0 17 264 104 65
Binary 110100 11011001 11011000 1001100 0 0 1111 10110100 1000100 110101

Color Harmonies of #34D9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D9D8

Black with #34D9D8

Text Example


Text Example

White with #34D9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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