#69EAEF

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

Shades of Turquoise Blue #69EAEF

Tints of Turquoise Blue #69EAEF

Color information

#69EAEF (or 0x69EAEF) is unknown color: approx Turquoise Blue. HEX triplet: 69, EA and EF. RGB value is (105,234,239). Sum of RGB (Red+Green+Blue) = 105+234+239=578 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.17% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #69EAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EAEF is #961510. Grayscale: #C3C3C3. Windows color (decimal): -9835793 or 15723113. OLE color: 15723113.

HSL color Cylindrical-coordinate representation of color #69EAEF: hue angle of 182.24º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EAEF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105234239-
CMYK0.560.0200.06
HSL182.24º80.72%67.45%-
HSV(B)182.24º56.07%93.73%-
XYZ50.8368.0892.12-
YUV196152.2663.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.17%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=18.17%
G=40.48%
B=41.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052342390.560.0200.06182.2480.7267.45
Hex69EAEF38206b65143
Octal15135235770206266121103
Binary110100111101010111011111110001001101011011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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