Html Css Color HEX #34E6D8 Turquoise

📋 copy color: '#34E6D8'

red 52 ◦ green 230 ◦ blue 216

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

Shades of Turquoise #34E6D8

Tints of Turquoise #34E6D8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.18%

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

R = 10.44%
G = 46.18%
B = 43.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#34E6D8 (or 0x34E6D8) is known color: Turquoise. HEX triplet: 34, E6 and D8. RGB value is (52,230,216). Sum of RGB (Red+Green+Blue) = 52+230+216=498 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.44% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6D8 is #CB1927. Grayscale: #AFAFAF. Windows color (decimal): -13310248 or 14214708. OLE color: 14214708.

HSL color Cylindrical-coordinate representation of color #34E6D8: hue angle of 175.28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E6D8 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 216 -
CMYK 0.77 0 0.06 0.10
HSL 175.28º 0.78% 0.55% -
HSV(B) 175.28º 0.77% 0.9% -
XYZ 42.11 62.28 74.77 -
YUV 175.18 151.03 40.14 -
System Red Green Blue C M Y K H S L
Decimal 52 230 216 0.77 0 0.06 0.10 175.28 0.78 0.55
Hex 34 E6 D8 4D 0 6 A AF 4E 37
Octal 64 346 330 115 0 6 12 257 116 67
Binary 110100 11100110 11011000 1001101 0 110 1010 10101111 1001110 110111

Color Harmonies of #34E6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E6D8

Black with #34E6D8

Text Example


Text Example

White with #34E6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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