Html Css Color HEX #34D9BE Turquoise

📋 copy color: '#34D9BE'

red 52 ◦ green 217 ◦ blue 190

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

Shades of Turquoise #34D9BE

Tints of Turquoise #34D9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 11.33%
G = 47.28%
B = 41.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#34D9BE (or 0x34D9BE) is known color: Turquoise. HEX triplet: 34, D9 and BE. RGB value is (52,217,190). Sum of RGB (Red+Green+Blue) = 52+217+190=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D9BE is #CB2641. Grayscale: #A4A4A4. Windows color (decimal): -13313602 or 12507444. OLE color: 12507444.

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

Color convert

RGB 52 217 190 -
CMYK 0.76 0 0.12 0.15
HSL 170.18º 0.68% 0.53% -
HSV(B) 170.18º 0.76% 0.85% -
XYZ 35.52 54.07 57.28 -
YUV 164.59 142.34 47.7 -
System Red Green Blue C M Y K H S L
Decimal 52 217 190 0.76 0 0.12 0.15 170.18 0.68 0.53
Hex 34 D9 BE 4C 0 C F AA 44 35
Octal 64 331 276 114 0 14 17 252 104 65
Binary 110100 11011001 10111110 1001100 0 1100 1111 10101010 1000100 110101

Color Harmonies of #34D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D9BE

Black with #34D9BE

Text Example


Text Example

White with #34D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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