Html Css Color HEX #34EDC0 Turquoise

📋 copy color: '#34EDC0'

red 52 ◦ green 237 ◦ blue 192

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

Shades of Turquoise #34EDC0

Tints of Turquoise #34EDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 10.81%
G = 49.27%
B = 39.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#34EDC0 (or 0x34EDC0) is known color: Turquoise. HEX triplet: 34, ED and C0. RGB value is (52,237,192). Sum of RGB (Red+Green+Blue) = 52+237+192=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EDC0 is #CB123F. Grayscale: #B0B0B0. Windows color (decimal): -13308480 or 12643636. OLE color: 12643636.

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

Color convert

RGB 52 237 192 -
CMYK 0.78 0 0.19 0.07
HSL 165.41º 0.84% 0.57% -
HSV(B) 165.41º 0.78% 0.93% -
XYZ 41.21 65.1 60.26 -
YUV 176.56 136.71 39.16 -
System Red Green Blue C M Y K H S L
Decimal 52 237 192 0.78 0 0.19 0.07 165.41 0.84 0.57
Hex 34 ED C0 4E 0 13 7 A5 54 39
Octal 64 355 300 116 0 23 7 245 124 71
Binary 110100 11101101 11000000 1001110 0 10011 111 10100101 1010100 111001

Color Harmonies of #34EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EDC0

Black with #34EDC0

Text Example


Text Example

White with #34EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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