#6AD9E8

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

Shades of Turquoise Blue #6AD9E8

Tints of Turquoise Blue #6AD9E8

Color information

#6AD9E8 (or 0x6AD9E8) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D9 and E8. RGB value is (106,217,232). Sum of RGB (Red+Green+Blue) = 106+217+232=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #6AD9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD9E8 is #952617. Grayscale: #B9B9B9. Windows color (decimal): -9774616 or 15260010. OLE color: 15260010.

HSL color Cylindrical-coordinate representation of color #6AD9E8: hue angle of 187.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AD9E8 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB106217232-
CMYK0.540.0600.09
HSL187.14º73.26%66.27%-
HSV(B)187.14º54.31%90.98%-
XYZ45.3258.5285.25-
YUV185.52154.2371.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.10%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=19.10%
G=39.10%
B=41.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062172320.540.0600.09187.1473.2666.27
Hex6AD9E836609bb4942
Octal152331350666011273111102
Binary11010101101100111101000110110110010011011101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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