#69DCFA

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

Shades of Turquoise Blue #69DCFA

Tints of Turquoise Blue #69DCFA

Color information

#69DCFA (or 0x69DCFA) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and FA. RGB value is (105,220,250). Sum of RGB (Red+Green+Blue) = 105+220+250=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #69DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DCFA is #962305. Grayscale: #BCBCBC. Windows color (decimal): -9839366 or 16440425. OLE color: 16440425.

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

Color convert

RGB105220250-
CMYK0.580.1200.02
HSL192.41º93.55%69.61%-
HSV(B)192.41º58%98.04%-
XYZ48.6761.0999.67-
YUV189.04162.468.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.26%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=18.26%
G=38.26%
B=43.48%

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
Decimal1052202500.580.1200.02192.4193.5569.61
Hex69DCFA3AC02c05e46
Octal151334372721402300136106
Binary1101001110111001111101011101011000101100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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