#6AD1DC

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

Shades of Turquoise Blue #6AD1DC

Tints of Turquoise Blue #6AD1DC

Color information

#6AD1DC (or 0x6AD1DC) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D1 and DC. RGB value is (106,209,220). Sum of RGB (Red+Green+Blue) = 106+209+220=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AD1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1DC is #952E23. Grayscale: #B3B3B3. Windows color (decimal): -9776676 or 14471530. OLE color: 14471530.

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

Color convert

RGB106209220-
CMYK0.520.0500.14
HSL185.79º61.96%63.92%-
HSV(B)185.79º51.82%86.27%-
XYZ41.6653.8375.9-
YUV179.46150.8875.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.81%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=19.81%
G=39.07%
B=41.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062092200.520.0500.14185.7961.9663.92
Hex6AD1DC3450Eba3e40
Octal15232133464501627276100
Binary1101010110100011101110011010010101110101110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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