#6ADAD9

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

Shades of Turquoise Blue #6ADAD9

Tints of Turquoise Blue #6ADAD9

Color information

#6ADAD9 (or 0x6ADAD9) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DA and D9. RGB value is (106,218,217). Sum of RGB (Red+Green+Blue) = 106+218+217=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD9 is #952526. Grayscale: #B8B8B8. Windows color (decimal): -9774375 or 14277226. OLE color: 14277226.

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

Color convert

RGB106218217-
CMYK0.5100.000.15
HSL179.46º60.22%63.53%-
HSV(B)179.46º51.38%85.49%-
XYZ43.5458.2274.59-
YUV184.4146.3972.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.59%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=19.59%
G=40.30%
B=40.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062182170.5100.000.15179.4660.2263.53
Hex6ADAD93300Fb33c40
Octal15233233163001726374100
Binary11010101101101011011001110011001111101100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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