Html Css Color HEX #3EE1D7 Turquoise

📋 copy color: '#3EE1D7'

red 62 ◦ green 225 ◦ blue 215

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

Shades of Turquoise #3EE1D7

Tints of Turquoise #3EE1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.82%

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 12.35%
G = 44.82%
B = 42.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#3EE1D7 (or 0x3EE1D7) is known color: Turquoise. HEX triplet: 3E, E1 and D7. RGB value is (62,225,215). Sum of RGB (Red+Green+Blue) = 62+225+215=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1D7 is #C11E28. Grayscale: #AFAFAF. Windows color (decimal): -12656169 or 14147902. OLE color: 14147902.

HSL color Cylindrical-coordinate representation of color #3EE1D7: hue angle of 176.32º degrees, saturation: 0.73, 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 #3EE1D7 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 225 215 -
CMYK 0.72 0 0.04 0.12
HSL 176.32º 0.73% 0.56% -
HSV(B) 176.32º 0.72% 0.88% -
XYZ 41.18 59.78 73.66 -
YUV 175.12 150.5 47.31 -
System Red Green Blue C M Y K H S L
Decimal 62 225 215 0.72 0 0.04 0.12 176.32 0.73 0.56
Hex 3E E1 D7 48 0 4 C B0 49 38
Octal 76 341 327 110 0 4 14 260 111 70
Binary 111110 11100001 11010111 1001000 0 100 1100 10110000 1001001 111000

Color Harmonies of #3EE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE1D7

Black with #3EE1D7

Text Example


Text Example

White with #3EE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,225,215); }

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

background-color css

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

 a { background-color: rgb(62,225,215); }

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

border-color css

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

 span { border-color: rgb(62,225,215); }

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