Html Css Color HEX #3EDDB7 Turquoise

📋 copy color: '#3EDDB7'

red 62 ◦ green 221 ◦ blue 183

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

Shades of Turquoise #3EDDB7

Tints of Turquoise #3EDDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 13.3%
G = 47.42%
B = 39.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#3EDDB7 (or 0x3EDDB7) is known color: Turquoise. HEX triplet: 3E, DD and B7. RGB value is (62,221,183). Sum of RGB (Red+Green+Blue) = 62+221+183=466 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.30% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDB7 is #C12248. Grayscale: #A9A9A9. Windows color (decimal): -12657225 or 12049726. OLE color: 12049726.

HSL color Cylindrical-coordinate representation of color #3EDDB7: hue angle of 165.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDDB7 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 183 -
CMYK 0.72 0 0.17 0.13
HSL 165.66º 0.7% 0.55% -
HSV(B) 165.66º 0.72% 0.87% -
XYZ 36.39 56.16 53.72 -
YUV 169.13 135.82 51.59 -
System Red Green Blue C M Y K H S L
Decimal 62 221 183 0.72 0 0.17 0.13 165.66 0.7 0.55
Hex 3E DD B7 48 0 11 D A6 46 37
Octal 76 335 267 110 0 21 15 246 106 67
Binary 111110 11011101 10110111 1001000 0 10001 1101 10100110 1000110 110111

Color Harmonies of #3EDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDB7

Black with #3EDDB7

Text Example


Text Example

White with #3EDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,221,183); }

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

background-color css

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

 a { background-color: rgb(62,221,183); }

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

border-color css

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

 span { border-color: rgb(62,221,183); }

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