#6AD9DC

Color #6AD9DC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6AD9DC

Tints of Turquoise Blue #6AD9DC

Color information

#6AD9DC (or 0x6AD9DC) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D9 and DC. RGB value is (106,217,220). Sum of RGB (Red+Green+Blue) = 106+217+220=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AD9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD9DC is #952623. Grayscale: #B8B8B8. Windows color (decimal): -9774628 or 14473578. OLE color: 14473578.

HSL color Cylindrical-coordinate representation of color #6AD9DC: hue angle of 181.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AD9DC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106217220-
CMYK0.520.0100.14
HSL181.58º61.96%63.92%-
HSV(B)181.58º51.82%86.27%-
XYZ43.6757.8676.58-
YUV184.15148.2372.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.52%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=19.52%
G=39.96%
B=40.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062172200.520.0100.14181.5861.9663.92
Hex6AD9DC3410Eb63e40
Octal15233133464101626676100
Binary11010101101100111011100110100101110101101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,217,220); }

 H1.HeaderClassName
 {
   color: #6AD9DC;
 }
 .AnyTagClassName
 {
   color: #6AD9DC;
 }
</style>
background-color css

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

 a { background-color: rgb(106,217,220); }

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

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

 span { border-color: rgb(106,217,220); }

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