Html Css Color HEX #6EE0DB Turquoise Blue

📋 copy color: '#6EE0DB'

red 110 ◦ green 224 ◦ blue 219

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

Shades of Turquoise Blue #6EE0DB

Tints of Turquoise Blue #6EE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

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

R = 19.89%
G = 40.51%
B = 39.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#6EE0DB (or 0x6EE0DB) is known color: Turquoise Blue. HEX triplet: 6E, E0 and DB. RGB value is (110,224,219). Sum of RGB (Red+Green+Blue) = 110+224+219=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0DB is #911F24. Grayscale: #BDBDBD. Windows color (decimal): -9510693 or 14409838. OLE color: 14409838.

HSL color Cylindrical-coordinate representation of color #6EE0DB: hue angle of 177.37º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0DB is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 224 219 -
CMYK 0.51 0 0.02 0.12
HSL 177.37º 0.65% 0.65% -
HSV(B) 177.37º 0.51% 0.88% -
XYZ 45.87 61.74 76.52 -
YUV 189.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 110 224 219 0.51 0 0.02 0.12 177.37 0.65 0.65
Hex 6E E0 DB 33 0 2 C B1 41 41
Octal 156 340 333 63 0 2 14 261 101 101
Binary 1101110 11100000 11011011 110011 0 10 1100 10110001 1000001 1000001

Color Harmonies of #6EE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE0DB

Black with #6EE0DB

Text Example


Text Example

White with #6EE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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