#69EADC

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

Shades of Turquoise Blue #69EADC

Tints of Turquoise Blue #69EADC

Color information

#69EADC (or 0x69EADC) is unknown color: approx Turquoise Blue. HEX triplet: 69, EA and DC. RGB value is (105,234,220). Sum of RGB (Red+Green+Blue) = 105+234+220=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #69EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EADC is #961523. Grayscale: #C1C1C1. Windows color (decimal): -9835812 or 14477929. OLE color: 14477929.

HSL color Cylindrical-coordinate representation of color #69EADC: hue angle of 173.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EADC is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB105234220-
CMYK0.5500.060.08
HSL173.49º75.44%66.47%-
HSV(B)173.49º55.13%91.76%-
XYZ48.1767.0278.11-
YUV193.83142.7664.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.78%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=18.78%
G=41.86%
B=39.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052342200.5500.060.08173.4975.4466.47
Hex69EADC37068ad4b42
Octal151352334670610255113102
Binary11010011110101011011100110111011010001010110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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