Html Css Color HEX #6ED0DC Turquoise Blue

📋 copy color: '#6ED0DC'

red 110 ◦ green 208 ◦ blue 220

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

Shades of Turquoise Blue #6ED0DC

Tints of Turquoise Blue #6ED0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.66%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 20.45%
G = 38.66%
B = 40.89%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ED0DC (or 0x6ED0DC) is known color: Turquoise Blue. HEX triplet: 6E, D0 and DC. RGB value is (110,208,220). Sum of RGB (Red+Green+Blue) = 110+208+220=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ED0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0DC is #912F23. Grayscale: #B3B3B3. Windows color (decimal): -9514788 or 14471278. OLE color: 14471278.

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

Color convert

RGB 110 208 220 -
CMYK 0.50 0.05 0 0.14
HSL 186.55º 0.61% 0.65% -
HSV(B) 186.55º 0.5% 0.86% -
XYZ 41.9 53.59 75.85 -
YUV 180.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 110 208 220 0.50 0.05 0 0.14 186.55 0.61 0.65
Hex 6E D0 DC 32 5 0 E BB 3D 41
Octal 156 320 334 62 5 0 16 273 75 101
Binary 1101110 11010000 11011100 110010 101 0 1110 10111011 111101 1000001

Color Harmonies of #6ED0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0DC

Black with #6ED0DC

Text Example


Text Example

White with #6ED0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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