Html Css Color HEX #34EDB9 Turquoise

📋 copy color: '#34EDB9'

red 52 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #34EDB9

Tints of Turquoise #34EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 10.97%
G = 50%
B = 39.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#34EDB9 (or 0x34EDB9) is known color: Turquoise. HEX triplet: 34, ED and B9. RGB value is (52,237,185). Sum of RGB (Red+Green+Blue) = 52+237+185=474 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.97% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EDB9 is #CB1246. Grayscale: #AFAFAF. Windows color (decimal): -13308487 or 12184884. OLE color: 12184884.

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

Color convert

RGB 52 237 185 -
CMYK 0.78 0 0.22 0.07
HSL 163.14º 0.84% 0.57% -
HSV(B) 163.14º 0.78% 0.93% -
XYZ 40.46 64.8 56.27 -
YUV 175.76 133.21 39.73 -
System Red Green Blue C M Y K H S L
Decimal 52 237 185 0.78 0 0.22 0.07 163.14 0.84 0.57
Hex 34 ED B9 4E 0 16 7 A3 54 39
Octal 64 355 271 116 0 26 7 243 124 71
Binary 110100 11101101 10111001 1001110 0 10110 111 10100011 1010100 111001

Color Harmonies of #34EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EDB9

Black with #34EDB9

Text Example


Text Example

White with #34EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,237,185); }

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

background-color css

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

 a { background-color: rgb(52,237,185); }

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

border-color css

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

 span { border-color: rgb(52,237,185); }

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