#69DCEA

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

Shades of Turquoise Blue #69DCEA

Tints of Turquoise Blue #69DCEA

Color information

#69DCEA (or 0x69DCEA) is unknown color: approx Turquoise Blue. HEX triplet: 69, DC and EA. RGB value is (105,220,234). Sum of RGB (Red+Green+Blue) = 105+220+234=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #69DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DCEA is #962315. Grayscale: #BBBBBB. Windows color (decimal): -9839382 or 15391849. OLE color: 15391849.

HSL color Cylindrical-coordinate representation of color #69DCEA: hue angle of 186.51º 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 #69DCEA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105220234-
CMYK0.550.0600.08
HSL186.51º75.44%66.47%-
HSV(B)186.51º55.13%91.76%-
XYZ46.2760.1387.01-
YUV187.21154.469.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052202340.550.0600.08186.5175.4466.47
Hex69DCEA37608bb4b42
Octal151334352676010273113102
Binary11010011101110011101010110111110010001011101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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