Html Css Color HEX #34ECD9 Turquoise

📋 copy color: '#34ECD9'

red 52 ◦ green 236 ◦ blue 217

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

Shades of Turquoise #34ECD9

Tints of Turquoise #34ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 10.3%
G = 46.73%
B = 42.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#34ECD9 (or 0x34ECD9) is known color: Turquoise. HEX triplet: 34, EC and D9. RGB value is (52,236,217). Sum of RGB (Red+Green+Blue) = 52+236+217=505 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.30% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECD9 is #CB1326. Grayscale: #B2B2B2. Windows color (decimal): -13308711 or 14281780. OLE color: 14281780.

HSL color Cylindrical-coordinate representation of color #34ECD9: hue angle of 173.8º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECD9 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 217 -
CMYK 0.78 0 0.08 0.07
HSL 173.8º 0.83% 0.56% -
HSV(B) 173.8º 0.78% 0.93% -
XYZ 43.94 65.73 76.02 -
YUV 178.82 149.54 37.54 -
System Red Green Blue C M Y K H S L
Decimal 52 236 217 0.78 0 0.08 0.07 173.8 0.83 0.56
Hex 34 EC D9 4E 0 8 7 AE 53 38
Octal 64 354 331 116 0 10 7 256 123 70
Binary 110100 11101100 11011001 1001110 0 1000 111 10101110 1010011 111000

Color Harmonies of #34ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ECD9

Black with #34ECD9

Text Example


Text Example

White with #34ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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