Html Css Color HEX #6EEAD9 Turquoise Blue

📋 copy color: '#6EEAD9'

red 110 ◦ green 234 ◦ blue 217

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

Shades of Turquoise Blue #6EEAD9

Tints of Turquoise Blue #6EEAD9

RGB

 RED value IS 110 (43.36% from 255) = 19.61%

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

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 19.61%
G = 41.71%
B = 38.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6EEAD9 (or 0x6EEAD9) is known color: Turquoise Blue. HEX triplet: 6E, EA and D9. RGB value is (110,234,217). Sum of RGB (Red+Green+Blue) = 110+234+217=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAD9 is #911526. Grayscale: #C2C2C2. Windows color (decimal): -9508135 or 14281326. OLE color: 14281326.

HSL color Cylindrical-coordinate representation of color #6EEAD9: hue angle of 171.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEAD9 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 234 217 -
CMYK 0.53 0 0.07 0.08
HSL 171.77º 0.75% 0.67% -
HSV(B) 171.77º 0.53% 0.92% -
XYZ 48.38 67.17 76.06 -
YUV 194.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 110 234 217 0.53 0 0.07 0.08 171.77 0.75 0.67
Hex 6E EA D9 35 0 7 8 AC 4B 43
Octal 156 352 331 65 0 7 10 254 113 103
Binary 1101110 11101010 11011001 110101 0 111 1000 10101100 1001011 1000011

Color Harmonies of #6EEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEAD9

Black with #6EEAD9

Text Example


Text Example

White with #6EEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EEAD9; }

 p { color: rgb(110,234,217); }

 H1.HeaderClassName
 {
   color: #6EEAD9;
 }
 .AnyTagClassName
 {
   color: #6EEAD9;
 }
</style>

background-color css

<style>
 a { background-color: #6EEAD9; }

 a { background-color: rgb(110,234,217); }

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

border-color css

<style>
 span { border-color: #6EEAD9; }

 span { border-color: rgb(110,234,217); }

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