#69DADC

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

Shades of Turquoise Blue #69DADC

Tints of Turquoise Blue #69DADC

Color information

#69DADC (or 0x69DADC) is unknown color: approx Turquoise Blue. HEX triplet: 69, DA and DC. RGB value is (105,218,220). Sum of RGB (Red+Green+Blue) = 105+218+220=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #69DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DADC is #962523. Grayscale: #B8B8B8. Windows color (decimal): -9839908 or 14473833. OLE color: 14473833.

HSL color Cylindrical-coordinate representation of color #69DADC: hue angle of 181.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DADC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105218220-
CMYK0.520.0100.14
HSL181.04º62.16%63.73%-
HSV(B)181.04º52.27%86.27%-
XYZ43.8258.3176.66-
YUV184.44148.0671.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.34%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=19.34%
G=40.15%
B=40.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052182200.520.0100.14181.0462.1663.73
Hex69DADC3410Eb53e40
Octal15133233464101626576100
Binary11010011101101011011100110100101110101101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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