Html Css Color HEX #6EDADB Turquoise Blue

📋 copy color: '#6EDADB'

red 110 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #6EDADB

Tints of Turquoise Blue #6EDADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 20.11%
G = 39.85%
B = 40.04%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EDADB (or 0x6EDADB) is known color: Turquoise Blue. HEX triplet: 6E, DA and DB. RGB value is (110,218,219). Sum of RGB (Red+Green+Blue) = 110+218+219=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDADB is #912524. Grayscale: #B9B9B9. Windows color (decimal): -9512229 or 14408302. OLE color: 14408302.

HSL color Cylindrical-coordinate representation of color #6EDADB: hue angle of 180.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDADB is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 218 219 -
CMYK 0.50 0.00 0 0.14
HSL 180.55º 0.6% 0.65% -
HSV(B) 180.55º 0.5% 0.86% -
XYZ 44.29 58.57 75.99 -
YUV 185.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 110 218 219 0.50 0.00 0 0.14 180.55 0.6 0.65
Hex 6E DA DB 32 0 0 E B5 3C 41
Octal 156 332 333 62 0 0 16 265 74 101
Binary 1101110 11011010 11011011 110010 0 0 1110 10110101 111100 1000001

Color Harmonies of #6EDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDADB

Black with #6EDADB

Text Example


Text Example

White with #6EDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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