Html Css Color HEX #3EE3D8 Turquoise

📋 copy color: '#3EE3D8'

red 62 ◦ green 227 ◦ blue 216

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

Shades of Turquoise #3EE3D8

Tints of Turquoise #3EE3D8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 12.28%
G = 44.95%
B = 42.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#3EE3D8 (or 0x3EE3D8) is known color: Turquoise. HEX triplet: 3E, E3 and D8. RGB value is (62,227,216). Sum of RGB (Red+Green+Blue) = 62+227+216=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3D8 is #C11C27. Grayscale: #B0B0B0. Windows color (decimal): -12655656 or 14213950. OLE color: 14213950.

HSL color Cylindrical-coordinate representation of color #3EE3D8: hue angle of 176º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE3D8 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 227 216 -
CMYK 0.73 0 0.05 0.11
HSL 176º 0.75% 0.57% -
HSV(B) 176º 0.73% 0.89% -
XYZ 41.85 60.92 74.52 -
YUV 176.41 150.34 46.39 -
System Red Green Blue C M Y K H S L
Decimal 62 227 216 0.73 0 0.05 0.11 176 0.75 0.57
Hex 3E E3 D8 49 0 5 B B0 4B 39
Octal 76 343 330 111 0 5 13 260 113 71
Binary 111110 11100011 11011000 1001001 0 101 1011 10110000 1001011 111001

Color Harmonies of #3EE3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE3D8

Black with #3EE3D8

Text Example


Text Example

White with #3EE3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,227,216); }

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

background-color css

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

 a { background-color: rgb(62,227,216); }

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

border-color css

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

 span { border-color: rgb(62,227,216); }

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