#69DCDC

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

Shades of Turquoise Blue #69DCDC

Tints of Turquoise Blue #69DCDC

Color information

#69DCDC (or 0x69DCDC) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and DC. RGB value is (105,220,220). Sum of RGB (Red+Green+Blue) = 105+220+220=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #69DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDC is #962323. Grayscale: #B9B9B9. Windows color (decimal): -9839396 or 14474345. OLE color: 14474345.

HSL color Cylindrical-coordinate representation of color #69DCDC: hue angle of 180º 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 #69DCDC is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105220220-
CMYK0.52000.14
HSL180º62.16%63.73%-
HSV(B)180º52.27%86.27%-
XYZ44.3459.3676.83-
YUV185.62147.470.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=19.27%
G=40.37%
B=40.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052202200.52000.1418062.1663.73
Hex69DCDC3400Eb43e40
Octal15133433464001626476100
Binary11010011101110011011100110100001110101101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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