Html Css Color HEX #3EDADD Turquoise

📋 copy color: '#3EDADD'

red 62 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #3EDADD

Tints of Turquoise #3EDADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 12.38%
G = 43.51%
B = 44.11%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3EDADD (or 0x3EDADD) is known color: Turquoise. HEX triplet: 3E, DA and DD. RGB value is (62,218,221). Sum of RGB (Red+Green+Blue) = 62+218+221=501 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.38% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #3EDADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDADD is #C12522. Grayscale: #ABABAB. Windows color (decimal): -12657955 or 14539326. OLE color: 14539326.

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

Color convert

RGB 62 218 221 -
CMYK 0.72 0.01 0 0.13
HSL 181.13º 0.7% 0.55% -
HSV(B) 181.13º 0.72% 0.87% -
XYZ 40.11 56.39 77.18 -
YUV 171.7 155.82 49.76 -
System Red Green Blue C M Y K H S L
Decimal 62 218 221 0.72 0.01 0 0.13 181.13 0.7 0.55
Hex 3E DA DD 48 1 0 D B5 46 37
Octal 76 332 335 110 1 0 15 265 106 67
Binary 111110 11011010 11011101 1001000 1 0 1101 10110101 1000110 110111

Color Harmonies of #3EDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDADD

Black with #3EDADD

Text Example


Text Example

White with #3EDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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