#69DDFA

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

Shades of Turquoise Blue #69DDFA

Tints of Turquoise Blue #69DDFA

Color information

#69DDFA (or 0x69DDFA) is unknown color: approx Turquoise Blue. HEX triplet: 69, DD and FA. RGB value is (105,221,250). Sum of RGB (Red+Green+Blue) = 105+221+250=576 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.23% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #69DDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DDFA is #962205. Grayscale: #BDBDBD. Windows color (decimal): -9839110 or 16440681. OLE color: 16440681.

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

Color convert

RGB105221250-
CMYK0.580.1200.02
HSL192º93.55%69.61%-
HSV(B)192º58%98.04%-
XYZ48.9461.6299.76-
YUV189.62162.0767.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.23%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=18.23%
G=38.37%
B=43.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052212500.580.1200.0219293.5569.61
Hex69DDFA3AC02c05e46
Octal151335372721402300136106
Binary1101001110111011111101011101011000101100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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