#69DCFD

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

Shades of Turquoise Blue #69DCFD

Tints of Turquoise Blue #69DCFD

Color information

#69DCFD (or 0x69DCFD) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and FD. RGB value is (105,220,253). Sum of RGB (Red+Green+Blue) = 105+220+253=578 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.17% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #69DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DCFD is #962302. Grayscale: #BDBDBD. Windows color (decimal): -9839363 or 16637033. OLE color: 16637033.

HSL color Cylindrical-coordinate representation of color #69DCFD: hue angle of 193.38º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69DCFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105220253-
CMYK0.580.1300.01
HSL193.38º97.37%70.2%-
HSV(B)193.38º58.5%99.22%-
XYZ49.1561.28102.17-
YUV189.38163.967.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.17%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=18.17%
G=38.06%
B=43.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052202530.580.1300.01193.3897.3770.2
Hex69DCFD3AD01c16146
Octal151334375721501301141106
Binary110100111011100111111011110101101011100000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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