#6ADDF9

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

Shades of Turquoise Blue #6ADDF9

Tints of Turquoise Blue #6ADDF9

Color information

#6ADDF9 (or 0x6ADDF9) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DD and F9. RGB value is (106,221,249). Sum of RGB (Red+Green+Blue) = 106+221+249=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #6ADDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDF9 is #952206. Grayscale: #BDBDBD. Windows color (decimal): -9773575 or 16375146. OLE color: 16375146.

HSL color Cylindrical-coordinate representation of color #6ADDF9: hue angle of 191.75º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADDF9 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106221249-
CMYK0.570.1100.02
HSL191.75º92.26%69.61%-
HSV(B)191.75º57.43%97.65%-
XYZ48.961.6298.94-
YUV189.81161.468.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.40%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=18.40%
G=38.37%
B=43.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062212490.570.1100.02191.7592.2669.61
Hex6ADDF939B02c05c46
Octal152335371711302300134106
Binary1101010110111011111100111100110110101100000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,221,249); }

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

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

 a { background-color: rgb(106,221,249); }

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

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

 span { border-color: rgb(106,221,249); }

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