#69D9FA

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

Shades of Turquoise Blue #69D9FA

Tints of Turquoise Blue #69D9FA

Color information

#69D9FA (or 0x69D9FA) is unknown color: approx Turquoise Blue. HEX triplet: 69, D9 and FA. RGB value is (105,217,250). Sum of RGB (Red+Green+Blue) = 105+217+250=572 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.36% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #69D9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D9FA is #962605. Grayscale: #BBBBBB. Windows color (decimal): -9840134 or 16439657. OLE color: 16439657.

HSL color Cylindrical-coordinate representation of color #69D9FA: hue angle of 193.66º 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 #69D9FA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105217250-
CMYK0.580.1300.02
HSL193.66º93.55%69.61%-
HSV(B)193.66º58%98.04%-
XYZ47.8959.5399.41-
YUV187.27163.3969.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.36%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=18.36%
G=37.94%
B=43.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052172500.580.1300.02193.6693.5569.61
Hex69D9FA3AD02c25e46
Octal151331372721502302136106
Binary1101001110110011111101011101011010101100001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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