#69E6FA

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

Shades of Turquoise Blue #69E6FA

Tints of Turquoise Blue #69E6FA

Color information

#69E6FA (or 0x69E6FA) is unknown color: approx Turquoise Blue. HEX triplet: 69, E6 and FA. RGB value is (105,230,250). Sum of RGB (Red+Green+Blue) = 105+230+250=585 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.95% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #69E6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E6FA is #961905. Grayscale: #C2C2C2. Windows color (decimal): -9836806 or 16442985. OLE color: 16442985.

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

Color convert

RGB105230250-
CMYK0.580.0800.02
HSL188.28º93.55%69.61%-
HSV(B)188.28º58%98.04%-
XYZ51.3866.5100.57-
YUV194.9159.0963.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.95%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=17.95%
G=39.32%
B=42.74%

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
Decimal1052302500.580.0800.02188.2893.5569.61
Hex69E6FA3A802bc5e46
Octal151346372721002274136106
Binary1101001111001101111101011101010000101011110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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