Html Css Color HEX #3EEDCD Turquoise

📋 copy color: '#3EEDCD'

red 62 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #3EEDCD

Tints of Turquoise #3EEDCD

RGB

 RED value IS 62 (24.61% from 255) = 12.3%

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 12.3%
G = 47.02%
B = 40.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3EEDCD (or 0x3EEDCD) is known color: Turquoise. HEX triplet: 3E, ED and CD. RGB value is (62,237,205). Sum of RGB (Red+Green+Blue) = 62+237+205=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDCD is #C11232. Grayscale: #B4B4B4. Windows color (decimal): -12653107 or 13495614. OLE color: 13495614.

HSL color Cylindrical-coordinate representation of color #3EEDCD: hue angle of 169.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEDCD is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 237 205 -
CMYK 0.74 0 0.14 0.07
HSL 169.03º 0.83% 0.59% -
HSV(B) 169.03º 0.74% 0.93% -
XYZ 43.29 66 68.22 -
YUV 181.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 62 237 205 0.74 0 0.14 0.07 169.03 0.83 0.59
Hex 3E ED CD 4A 0 E 7 A9 53 3B
Octal 76 355 315 112 0 16 7 251 123 73
Binary 111110 11101101 11001101 1001010 0 1110 111 10101001 1010011 111011

Color Harmonies of #3EEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEDCD

Black with #3EEDCD

Text Example


Text Example

White with #3EEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EEDCD; }

 p { color: rgb(62,237,205); }

 H1.HeaderClassName
 {
   color: #3EEDCD;
 }
 .AnyTagClassName
 {
   color: #3EEDCD;
 }
</style>

background-color css

<style>
 a { background-color: #3EEDCD; }

 a { background-color: rgb(62,237,205); }

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

border-color css

<style>
 span { border-color: #3EEDCD; }

 span { border-color: rgb(62,237,205); }

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