#6AD0DC

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

Shades of Turquoise Blue #6AD0DC

Tints of Turquoise Blue #6AD0DC

Color information

#6AD0DC (or 0x6AD0DC) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D0 and DC. RGB value is (106,208,220). Sum of RGB (Red+Green+Blue) = 106+208+220=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AD0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0DC is #952F23. Grayscale: #B2B2B2. Windows color (decimal): -9776932 or 14471274. OLE color: 14471274.

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

Color convert

RGB106208220-
CMYK0.520.0500.14
HSL186.32º61.96%63.92%-
HSV(B)186.32º51.82%86.27%-
XYZ41.4253.3475.82-
YUV178.87151.2176.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.85%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=19.85%
G=38.95%
B=41.20%

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
Decimal1062082200.520.0500.14186.3261.9663.92
Hex6AD0DC3450Eba3e40
Octal15232033464501627276100
Binary1101010110100001101110011010010101110101110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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