#69DAF6

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

Shades of Turquoise Blue #69DAF6

Tints of Turquoise Blue #69DAF6

Color information

#69DAF6 (or 0x69DAF6) is unknown color: approx Turquoise Blue. HEX triplet: 69, DA and F6. RGB value is (105,218,246). Sum of RGB (Red+Green+Blue) = 105+218+246=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #69DAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DAF6 is #962509. Grayscale: #BBBBBB. Windows color (decimal): -9839882 or 16177769. OLE color: 16177769.

HSL color Cylindrical-coordinate representation of color #69DAF6: hue angle of 191.91º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DAF6 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105218246-
CMYK0.570.1100.04
HSL191.91º88.68%68.82%-
HSV(B)191.91º57.32%96.47%-
XYZ47.5359.896.23-
YUV187.4161.0669.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.45%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 246 (96.48% from 255) = 43.23%
R=18.45%
G=38.31%
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.04
SystemRedGreenBlueCMYKHSL
Decimal1052182460.570.1100.04191.9188.6868.82
Hex69DAF639B04c05945
Octal151332366711304300131105
Binary11010011101101011110110111001101101001100000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DAF6; }

 p { color: rgb(105,218,246); }

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

<style>
 a { background-color: #69DAF6; }

 a { background-color: rgb(105,218,246); }

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

<style>
 span { border-color: #69DAF6; }

 span { border-color: rgb(105,218,246); }

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