Html Css Color HEX #3EE0D9 Turquoise

📋 copy color: '#3EE0D9'

red 62 ◦ green 224 ◦ blue 217

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

Shades of Turquoise #3EE0D9

Tints of Turquoise #3EE0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 217 (85.16% from 255) = 43.14%

R = 12.33%
G = 44.53%
B = 43.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#3EE0D9 (or 0x3EE0D9) is known color: Turquoise. HEX triplet: 3E, E0 and D9. RGB value is (62,224,217). Sum of RGB (Red+Green+Blue) = 62+224+217=503 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.33% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0D9 is #C11F26. Grayscale: #AEAEAE. Windows color (decimal): -12656423 or 14278718. OLE color: 14278718.

HSL color Cylindrical-coordinate representation of color #3EE0D9: hue angle of 177.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0D9 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 224 217 -
CMYK 0.72 0 0.03 0.12
HSL 177.41º 0.72% 0.56% -
HSV(B) 177.41º 0.72% 0.88% -
XYZ 41.17 59.35 74.93 -
YUV 174.76 151.83 47.57 -
System Red Green Blue C M Y K H S L
Decimal 62 224 217 0.72 0 0.03 0.12 177.41 0.72 0.56
Hex 3E E0 D9 48 0 3 C B1 48 38
Octal 76 340 331 110 0 3 14 261 110 70
Binary 111110 11100000 11011001 1001000 0 11 1100 10110001 1001000 111000

Color Harmonies of #3EE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0D9

Black with #3EE0D9

Text Example


Text Example

White with #3EE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,224,217); }

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

background-color css

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

 a { background-color: rgb(62,224,217); }

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

border-color css

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

 span { border-color: rgb(62,224,217); }

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