Html Css Color HEX #3EDABF Turquoise

📋 copy color: '#3EDABF'

red 62 ◦ green 218 ◦ blue 191

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

Shades of Turquoise #3EDABF

Tints of Turquoise #3EDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 13.16%
G = 46.28%
B = 40.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#3EDABF (or 0x3EDABF) is known color: Turquoise. HEX triplet: 3E, DA and BF. RGB value is (62,218,191). Sum of RGB (Red+Green+Blue) = 62+218+191=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDABF is #C12540. Grayscale: #A8A8A8. Windows color (decimal): -12657985 or 12573246. OLE color: 12573246.

HSL color Cylindrical-coordinate representation of color #3EDABF: hue angle of 169.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDABF is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 218 191 -
CMYK 0.72 0 0.12 0.15
HSL 169.62º 0.68% 0.55% -
HSV(B) 169.62º 0.72% 0.85% -
XYZ 36.46 54.93 57.97 -
YUV 168.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 62 218 191 0.72 0 0.12 0.15 169.62 0.68 0.55
Hex 3E DA BF 48 0 C F AA 44 37
Octal 76 332 277 110 0 14 17 252 104 67
Binary 111110 11011010 10111111 1001000 0 1100 1111 10101010 1000100 110111

Color Harmonies of #3EDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDABF

Black with #3EDABF

Text Example


Text Example

White with #3EDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,218,191); }

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

background-color css

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

 a { background-color: rgb(62,218,191); }

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

border-color css

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

 span { border-color: rgb(62,218,191); }

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