#69DCDE

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

Shades of Turquoise Blue #69DCDE

Tints of Turquoise Blue #69DCDE

Color information

#69DCDE (or 0x69DCDE) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and DE. RGB value is (105,220,222). Sum of RGB (Red+Green+Blue) = 105+220+222=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #69DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDE is #962321. Grayscale: #B9B9B9. Windows color (decimal): -9839394 or 14605417. OLE color: 14605417.

HSL color Cylindrical-coordinate representation of color #69DCDE: hue angle of 181.03º degrees, saturation: 0.64, 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 #69DCDE is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105220222-
CMYK0.530.0100.13
HSL181.03º63.93%64.12%-
HSV(B)181.03º52.7%87.06%-
XYZ44.659.4678.23-
YUV185.84148.470.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.20%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=19.20%
G=40.22%
B=40.59%

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
Decimal1052202220.530.0100.13181.0363.9364.12
Hex69DCDE3510Db54040
Octal151334336651015265100100
Binary110100111011100110111101101011011011011010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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