#6ACED9

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

Shades of Turquoise Blue #6ACED9

Tints of Turquoise Blue #6ACED9

Color information

#6ACED9 (or 0x6ACED9) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CE and D9. RGB value is (106,206,217). Sum of RGB (Red+Green+Blue) = 106+206+217=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #6ACED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACED9 is #953126. Grayscale: #B1B1B1. Windows color (decimal): -9777447 or 14274154. OLE color: 14274154.

HSL color Cylindrical-coordinate representation of color #6ACED9: hue angle of 185.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ACED9 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106206217-
CMYK0.510.0500.15
HSL185.95º59.36%63.33%-
HSV(B)185.95º51.15%85.1%-
XYZ40.5452.2273.59-
YUV177.35150.3777.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.04%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=20.04%
G=38.94%
B=41.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062062170.510.0500.15185.9559.3663.33
Hex6ACED93350Fba3b3f
Octal1523163316350172727377
Binary110101011001110110110011100111010111110111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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