Html Css Color HEX #34ECD5 Turquoise

📋 copy color: '#34ECD5'

red 52 ◦ green 236 ◦ blue 213

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

Shades of Turquoise #34ECD5

Tints of Turquoise #34ECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 10.38%
G = 47.11%
B = 42.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#34ECD5 (or 0x34ECD5) is known color: Turquoise. HEX triplet: 34, EC and D5. RGB value is (52,236,213). Sum of RGB (Red+Green+Blue) = 52+236+213=501 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.38% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECD5 is #CB132A. Grayscale: #B2B2B2. Windows color (decimal): -13308715 or 14019636. OLE color: 14019636.

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

Color convert

RGB 52 236 213 -
CMYK 0.78 0 0.10 0.07
HSL 172.5º 0.83% 0.56% -
HSV(B) 172.5º 0.78% 0.93% -
XYZ 43.42 65.53 73.31 -
YUV 178.36 147.54 37.87 -
System Red Green Blue C M Y K H S L
Decimal 52 236 213 0.78 0 0.10 0.07 172.5 0.83 0.56
Hex 34 EC D5 4E 0 A 7 AC 53 38
Octal 64 354 325 116 0 12 7 254 123 70
Binary 110100 11101100 11010101 1001110 0 1010 111 10101100 1010011 111000

Color Harmonies of #34ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ECD5

Black with #34ECD5

Text Example


Text Example

White with #34ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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