#69D5FA

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

Shades of Turquoise Blue #69D5FA

Tints of Turquoise Blue #69D5FA

Color information

#69D5FA (or 0x69D5FA) is unknown color: approx Turquoise Blue. HEX triplet: 69, D5 and FA. RGB value is (105,213,250). Sum of RGB (Red+Green+Blue) = 105+213+250=568 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.49% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #69D5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D5FA is #962A05. Grayscale: #B8B8B8. Windows color (decimal): -9841158 or 16438633. OLE color: 16438633.

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

Color convert

RGB105213250-
CMYK0.580.1500.02
HSL195.31º93.55%69.61%-
HSV(B)195.31º58%98.04%-
XYZ46.8857.4999.07-
YUV184.93164.7270.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.49%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=18.49%
G=37.5%
B=44.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052132500.580.1500.02195.3193.5569.61
Hex69D5FA3AF02c35e46
Octal151325372721702303136106
Binary1101001110101011111101011101011110101100001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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