#69DDF9

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

Shades of Turquoise Blue #69DDF9

Tints of Turquoise Blue #69DDF9

Color information

#69DDF9 (or 0x69DDF9) is unknown color: approx Turquoise Blue. HEX triplet: 69, DD and F9. RGB value is (105,221,249). Sum of RGB (Red+Green+Blue) = 105+221+249=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #69DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DDF9 is #962206. Grayscale: #BDBDBD. Windows color (decimal): -9839111 or 16375145. OLE color: 16375145.

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

Color convert

RGB105221249-
CMYK0.580.1100.02
HSL191.67º92.31%69.41%-
HSV(B)191.67º57.83%97.65%-
XYZ48.7861.5698.93-
YUV189.51161.5767.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.26%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=18.26%
G=38.43%
B=43.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052212490.580.1100.02191.6792.3169.41
Hex69DDF93AB02c05c45
Octal151335371721302300134105
Binary1101001110111011111100111101010110101100000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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