Html Css Color HEX #34E4C9 Turquoise

📋 copy color: '#34E4C9'

red 52 ◦ green 228 ◦ blue 201

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

Shades of Turquoise #34E4C9

Tints of Turquoise #34E4C9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.4%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 10.81%
G = 47.4%
B = 41.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#34E4C9 (or 0x34E4C9) is known color: Turquoise. HEX triplet: 34, E4 and C9. RGB value is (52,228,201). Sum of RGB (Red+Green+Blue) = 52+228+201=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #34E4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E4C9 is #CB1B36. Grayscale: #ACACAC. Windows color (decimal): -13310775 or 13231156. OLE color: 13231156.

HSL color Cylindrical-coordinate representation of color #34E4C9: hue angle of 170.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E4C9 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 228 201 -
CMYK 0.77 0 0.12 0.11
HSL 170.8º 0.77% 0.55% -
HSV(B) 170.8º 0.77% 0.89% -
XYZ 39.7 60.43 64.83 -
YUV 172.3 144.19 42.2 -
System Red Green Blue C M Y K H S L
Decimal 52 228 201 0.77 0 0.12 0.11 170.8 0.77 0.55
Hex 34 E4 C9 4D 0 C B AB 4D 37
Octal 64 344 311 115 0 14 13 253 115 67
Binary 110100 11100100 11001001 1001101 0 1100 1011 10101011 1001101 110111

Color Harmonies of #34E4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E4C9

Black with #34E4C9

Text Example


Text Example

White with #34E4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,228,201); }

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

background-color css

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

 a { background-color: rgb(52,228,201); }

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

border-color css

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

 span { border-color: rgb(52,228,201); }

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