Html Css Color HEX #3EDDB9 Turquoise

📋 copy color: '#3EDDB9'

red 62 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #3EDDB9

Tints of Turquoise #3EDDB9

RGB

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

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

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

R = 13.25%
G = 47.22%
B = 39.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#3EDDB9 (or 0x3EDDB9) is known color: Turquoise. HEX triplet: 3E, DD and B9. RGB value is (62,221,185). Sum of RGB (Red+Green+Blue) = 62+221+185=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDB9 is #C12246. Grayscale: #A9A9A9. Windows color (decimal): -12657223 or 12180798. OLE color: 12180798.

HSL color Cylindrical-coordinate representation of color #3EDDB9: hue angle of 166.42º 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 #3EDDB9 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 185 -
CMYK 0.72 0 0.16 0.13
HSL 166.42º 0.7% 0.55% -
HSV(B) 166.42º 0.72% 0.87% -
XYZ 36.6 56.24 54.83 -
YUV 169.36 136.82 51.43 -
System Red Green Blue C M Y K H S L
Decimal 62 221 185 0.72 0 0.16 0.13 166.42 0.7 0.55
Hex 3E DD B9 48 0 10 D A6 46 37
Octal 76 335 271 110 0 20 15 246 106 67
Binary 111110 11011101 10111001 1001000 0 10000 1101 10100110 1000110 110111

Color Harmonies of #3EDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDB9

Black with #3EDDB9

Text Example


Text Example

White with #3EDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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