Html Css Color HEX #6EDCDB Turquoise Blue

📋 copy color: '#6EDCDB'

red 110 ◦ green 220 ◦ blue 219

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

Shades of Turquoise Blue #6EDCDB

Tints of Turquoise Blue #6EDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.07%

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

R = 20.04%
G = 40.07%
B = 39.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#6EDCDB (or 0x6EDCDB) is known color: Turquoise Blue. HEX triplet: 6E, DC and DB. RGB value is (110,220,219). Sum of RGB (Red+Green+Blue) = 110+220+219=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCDB is #912324. Grayscale: #BABABA. Windows color (decimal): -9511717 or 14408814. OLE color: 14408814.

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

Color convert

RGB 110 220 219 -
CMYK 0.50 0 0.00 0.14
HSL 179.45º 0.61% 0.65% -
HSV(B) 179.45º 0.5% 0.86% -
XYZ 44.81 59.62 76.16 -
YUV 187 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 110 220 219 0.50 0 0.00 0.14 179.45 0.61 0.65
Hex 6E DC DB 32 0 0 E B3 3D 41
Octal 156 334 333 62 0 0 16 263 75 101
Binary 1101110 11011100 11011011 110010 0 0 1110 10110011 111101 1000001

Color Harmonies of #6EDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCDB

Black with #6EDCDB

Text Example


Text Example

White with #6EDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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