#69EFEA

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

Shades of Turquoise Blue #69EFEA

Tints of Turquoise Blue #69EFEA

Color information

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

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

Color convert

RGB105239234-
CMYK0.5600.020.06
HSL177.76º80.72%67.45%-
HSV(B)177.76º56.07%93.73%-
XYZ51.5470.6888.77-
YUV198.36148.1161.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052392340.5600.020.06177.7680.7267.45
Hex69EFEA38026b25143
Octal15135735270026262121103
Binary110100111101111111010101110000101101011001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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