#69DCDF

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

Shades of Turquoise Blue #69DCDF

Tints of Turquoise Blue #69DCDF

Color information

#69DCDF (or 0x69DCDF) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and DF. RGB value is (105,220,223). Sum of RGB (Red+Green+Blue) = 105+220+223=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #69DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDF is #962320. Grayscale: #B9B9B9. Windows color (decimal): -9839393 or 14670953. OLE color: 14670953.

HSL color Cylindrical-coordinate representation of color #69DCDF: hue angle of 181.53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DCDF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105220223-
CMYK0.530.0100.13
HSL181.53º64.84%64.31%-
HSV(B)181.53º52.91%87.45%-
XYZ44.7459.5278.94-
YUV185.96148.970.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.16%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=19.16%
G=40.15%
B=40.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052202230.530.0100.13181.5364.8464.31
Hex69DCDF3510Db64140
Octal151334337651015266101100
Binary110100111011100110111111101011011011011011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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