Html Css Color HEX #6EDAD9 Turquoise Blue

📋 copy color: '#6EDAD9'

red 110 ◦ green 218 ◦ blue 217

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

Shades of Turquoise Blue #6EDAD9

Tints of Turquoise Blue #6EDAD9

RGB

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

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

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

R = 20.18%
G = 40%
B = 39.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#6EDAD9 (or 0x6EDAD9) is known color: Turquoise Blue. HEX triplet: 6E, DA and D9. RGB value is (110,218,217). Sum of RGB (Red+Green+Blue) = 110+218+217=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD9 is #912526. Grayscale: #B9B9B9. Windows color (decimal): -9512231 or 14277230. OLE color: 14277230.

HSL color Cylindrical-coordinate representation of color #6EDAD9: hue angle of 179.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAD9 is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 217 -
CMYK 0.50 0 0.00 0.15
HSL 179.44º 0.59% 0.64% -
HSV(B) 179.44º 0.5% 0.85% -
XYZ 44.03 58.47 74.61 -
YUV 185.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 110 218 217 0.50 0 0.00 0.15 179.44 0.59 0.64
Hex 6E DA D9 32 0 0 F B3 3B 40
Octal 156 332 331 62 0 0 17 263 73 100
Binary 1101110 11011010 11011001 110010 0 0 1111 10110011 111011 1000000

Color Harmonies of #6EDAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAD9

Black with #6EDAD9

Text Example


Text Example

White with #6EDAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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