Html Css Color HEX #6ED9DB Turquoise Blue

📋 copy color: '#6ED9DB'

red 110 ◦ green 217 ◦ blue 219

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

Shades of Turquoise Blue #6ED9DB

Tints of Turquoise Blue #6ED9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.74%

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

R = 20.15%
G = 39.74%
B = 40.11%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ED9DB (or 0x6ED9DB) is known color: Turquoise Blue. HEX triplet: 6E, D9 and DB. RGB value is (110,217,219). Sum of RGB (Red+Green+Blue) = 110+217+219=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ED9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9DB is #912624. Grayscale: #B9B9B9. Windows color (decimal): -9512485 or 14408046. OLE color: 14408046.

HSL color Cylindrical-coordinate representation of color #6ED9DB: hue angle of 181.1º 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 #6ED9DB is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 217 219 -
CMYK 0.50 0.01 0 0.14
HSL 181.1º 0.6% 0.65% -
HSV(B) 181.1º 0.5% 0.86% -
XYZ 44.03 58.06 75.9 -
YUV 185.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 110 217 219 0.50 0.01 0 0.14 181.1 0.6 0.65
Hex 6E D9 DB 32 1 0 E B5 3C 41
Octal 156 331 333 62 1 0 16 265 74 101
Binary 1101110 11011001 11011011 110010 1 0 1110 10110101 111100 1000001

Color Harmonies of #6ED9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED9DB

Black with #6ED9DB

Text Example


Text Example

White with #6ED9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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