#69EAF6

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

Shades of Turquoise Blue #69EAF6

Tints of Turquoise Blue #69EAF6

Color information

#69EAF6 (or 0x69EAF6) is unknown color: approx Turquoise Blue. HEX triplet: 69, EA and F6. RGB value is (105,234,246). Sum of RGB (Red+Green+Blue) = 105+234+246=585 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.95% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #69EAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EAF6 is #961509. Grayscale: #C4C4C4. Windows color (decimal): -9835786 or 16181865. OLE color: 16181865.

HSL color Cylindrical-coordinate representation of color #69EAF6: hue angle of 185.11º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69EAF6 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105234246-
CMYK0.570.0500.04
HSL185.11º88.68%68.82%-
HSV(B)185.11º57.32%96.47%-
XYZ51.8868.597.68-
YUV196.8155.7662.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.95%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=17.95%
G=40%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052342460.570.0500.04185.1188.6868.82
Hex69EAF639504b95945
Octal15135236671504271131105
Binary1101001111010101111011011100110101001011100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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