Html Css Color HEX #6EEAD8 Turquoise Blue

📋 copy color: '#6EEAD8'

red 110 ◦ green 234 ◦ blue 216

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

Shades of Turquoise Blue #6EEAD8

Tints of Turquoise Blue #6EEAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.57%

R = 19.64%
G = 41.79%
B = 38.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#6EEAD8 (or 0x6EEAD8) is known color: Turquoise Blue. HEX triplet: 6E, EA and D8. RGB value is (110,234,216). Sum of RGB (Red+Green+Blue) = 110+234+216=560 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.64% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAD8 is #911527. Grayscale: #C2C2C2. Windows color (decimal): -9508136 or 14215790. OLE color: 14215790.

HSL color Cylindrical-coordinate representation of color #6EEAD8: hue angle of 171.29º 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 #6EEAD8 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 234 216 -
CMYK 0.53 0 0.08 0.08
HSL 171.29º 0.75% 0.67% -
HSV(B) 171.29º 0.53% 0.92% -
XYZ 48.25 67.12 75.38 -
YUV 194.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 110 234 216 0.53 0 0.08 0.08 171.29 0.75 0.67
Hex 6E EA D8 35 0 8 8 AB 4B 43
Octal 156 352 330 65 0 10 10 253 113 103
Binary 1101110 11101010 11011000 110101 0 1000 1000 10101011 1001011 1000011

Color Harmonies of #6EEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEAD8

Black with #6EEAD8

Text Example


Text Example

White with #6EEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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