Html Css Color HEX #3EDDB8 Turquoise

📋 copy color: '#3EDDB8'

red 62 ◦ green 221 ◦ blue 184

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

Shades of Turquoise #3EDDB8

Tints of Turquoise #3EDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 13.28%
G = 47.32%
B = 39.4%

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

#3EDDB8 (or 0x3EDDB8) is known color: Turquoise. HEX triplet: 3E, DD and B8. RGB value is (62,221,184). Sum of RGB (Red+Green+Blue) = 62+221+184=467 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.28% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDB8 is #C12247. Grayscale: #A9A9A9. Windows color (decimal): -12657224 or 12115262. OLE color: 12115262.

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

Color convert

RGB 62 221 184 -
CMYK 0.72 0 0.17 0.13
HSL 166.04º 0.7% 0.55% -
HSV(B) 166.04º 0.72% 0.87% -
XYZ 36.49 56.2 54.27 -
YUV 169.24 136.32 51.51 -
System Red Green Blue C M Y K H S L
Decimal 62 221 184 0.72 0 0.17 0.13 166.04 0.7 0.55
Hex 3E DD B8 48 0 11 D A6 46 37
Octal 76 335 270 110 0 21 15 246 106 67
Binary 111110 11011101 10111000 1001000 0 10001 1101 10100110 1000110 110111

Color Harmonies of #3EDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDB8

Black with #3EDDB8

Text Example


Text Example

White with #3EDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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