#69DCFF

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

Shades of Turquoise Blue #69DCFF

Tints of Turquoise Blue #69DCFF

Color information

#69DCFF (or 0x69DCFF) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and FF. RGB value is (105,220,255). Sum of RGB (Red+Green+Blue) = 105+220+255=580 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.10% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #69DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DCFF is #962300. Grayscale: #BDBDBD. Windows color (decimal): -9839361 or 16768105. OLE color: 16768105.

HSL color Cylindrical-coordinate representation of color #69DCFF: hue angle of 194º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69DCFF is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105220255-
CMYK0.590.1400
HSL194º100%70.59%-
HSV(B)194º58.82%100%-
XYZ49.4761.41103.85-
YUV189.6164.967.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.10%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 255 (100% from 255) = 43.97%
R=18.10%
G=37.93%
B=43.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052202550.590.140019410070.59
Hex69DCFF3BE00c26447
Octal151334377731600302144107
Binary110100111011100111111111110111110001100001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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