Html Css Color HEX #3EDADC Turquoise

📋 copy color: '#3EDADC'

red 62 ◦ green 218 ◦ blue 220

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

Shades of Turquoise #3EDADC

Tints of Turquoise #3EDADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 12.4%
G = 43.6%
B = 44%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3EDADC (or 0x3EDADC) is known color: Turquoise. HEX triplet: 3E, DA and DC. RGB value is (62,218,220). Sum of RGB (Red+Green+Blue) = 62+218+220=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #3EDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDADC is #C12523. Grayscale: #ABABAB. Windows color (decimal): -12657956 or 14473790. OLE color: 14473790.

HSL color Cylindrical-coordinate representation of color #3EDADC: hue angle of 180.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDADC is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 218 220 -
CMYK 0.72 0.01 0 0.14
HSL 180.76º 0.69% 0.55% -
HSV(B) 180.76º 0.72% 0.86% -
XYZ 39.98 56.33 76.48 -
YUV 171.58 155.32 49.84 -
System Red Green Blue C M Y K H S L
Decimal 62 218 220 0.72 0.01 0 0.14 180.76 0.69 0.55
Hex 3E DA DC 48 1 0 E B5 45 37
Octal 76 332 334 110 1 0 16 265 105 67
Binary 111110 11011010 11011100 1001000 1 0 1110 10110101 1000101 110111

Color Harmonies of #3EDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDADC

Black with #3EDADC

Text Example


Text Example

White with #3EDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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