#69E7FA

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

Shades of Turquoise Blue #69E7FA

Tints of Turquoise Blue #69E7FA

Color information

#69E7FA (or 0x69E7FA) is unknown color: approx Turquoise Blue. HEX triplet: 69, E7 and FA. RGB value is (105,231,250). Sum of RGB (Red+Green+Blue) = 105+231+250=586 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.92% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #69E7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E7FA is #961805. Grayscale: #C3C3C3. Windows color (decimal): -9836550 or 16443241. OLE color: 16443241.

HSL color Cylindrical-coordinate representation of color #69E7FA: hue angle of 187.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69E7FA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105231250-
CMYK0.580.0800.02
HSL187.86º93.55%69.61%-
HSV(B)187.86º58%98.04%-
XYZ51.6667.06100.66-
YUV195.49158.7663.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.92%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=17.92%
G=39.42%
B=42.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052312500.580.0800.02187.8693.5569.61
Hex69E7FA3A802bc5e46
Octal151347372721002274136106
Binary1101001111001111111101011101010000101011110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,231,250); }

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

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

 a { background-color: rgb(105,231,250); }

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

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

 span { border-color: rgb(105,231,250); }

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