Html Css Color HEX #3EEADD Turquoise

📋 copy color: '#3EEADD'

red 62 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #3EEADD

Tints of Turquoise #3EEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.26%

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

R = 11.99%
G = 45.26%
B = 42.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3EEADD (or 0x3EEADD) is known color: Turquoise. HEX triplet: 3E, EA and DD. RGB value is (62,234,221). Sum of RGB (Red+Green+Blue) = 62+234+221=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADD is #C11522. Grayscale: #B4B4B4. Windows color (decimal): -12653859 or 14543422. OLE color: 14543422.

HSL color Cylindrical-coordinate representation of color #3EEADD: hue angle of 175.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEADD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 234 221 -
CMYK 0.74 0 0.06 0.08
HSL 175.47º 0.8% 0.58% -
HSV(B) 175.47º 0.74% 0.92% -
XYZ 44.46 65.09 78.63 -
YUV 181.09 150.52 43.06 -
System Red Green Blue C M Y K H S L
Decimal 62 234 221 0.74 0 0.06 0.08 175.47 0.8 0.58
Hex 3E EA DD 4A 0 6 8 AF 50 3A
Octal 76 352 335 112 0 6 10 257 120 72
Binary 111110 11101010 11011101 1001010 0 110 1000 10101111 1010000 111010

Color Harmonies of #3EEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEADD

Black with #3EEADD

Text Example


Text Example

White with #3EEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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