Html Css Color HEX #34E6DC Turquoise

📋 copy color: '#34E6DC'

red 52 ◦ green 230 ◦ blue 220

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

Shades of Turquoise #34E6DC

Tints of Turquoise #34E6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 10.36%
G = 45.82%
B = 43.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#34E6DC (or 0x34E6DC) is known color: Turquoise. HEX triplet: 34, E6 and DC. RGB value is (52,230,220). Sum of RGB (Red+Green+Blue) = 52+230+220=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6DC is #CB1923. Grayscale: #AFAFAF. Windows color (decimal): -13310244 or 14476852. OLE color: 14476852.

HSL color Cylindrical-coordinate representation of color #34E6DC: hue angle of 176.63º 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 #34E6DC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 220 -
CMYK 0.77 0 0.04 0.10
HSL 176.63º 0.78% 0.55% -
HSV(B) 176.63º 0.77% 0.9% -
XYZ 42.63 62.49 77.53 -
YUV 175.64 153.03 39.81 -
System Red Green Blue C M Y K H S L
Decimal 52 230 220 0.77 0 0.04 0.10 176.63 0.78 0.55
Hex 34 E6 DC 4D 0 4 A B1 4E 37
Octal 64 346 334 115 0 4 12 261 116 67
Binary 110100 11100110 11011100 1001101 0 100 1010 10110001 1001110 110111

Color Harmonies of #34E6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E6DC

Black with #34E6DC

Text Example


Text Example

White with #34E6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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