#69E5F9

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

Shades of Turquoise Blue #69E5F9

Tints of Turquoise Blue #69E5F9

Color information

#69E5F9 (or 0x69E5F9) is unknown color: approx Turquoise Blue. HEX triplet: 69, E5 and F9. RGB value is (105,229,249). Sum of RGB (Red+Green+Blue) = 105+229+249=583 (77% of max value = 765). Red value is 105 (41.41% from 255 or 18.01% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #69E5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E5F9 is #961A06. Grayscale: #C2C2C2. Windows color (decimal): -9837063 or 16377193. OLE color: 16377193.

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

Color convert

RGB105229249-
CMYK0.580.0800.02
HSL188.33º92.31%69.41%-
HSV(B)188.33º57.83%97.65%-
XYZ50.9465.8899.65-
YUV194.2158.9264.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.01%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=18.01%
G=39.28%
B=42.71%

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
Decimal1052292490.580.0800.02188.3392.3169.41
Hex69E5F93A802bc5c45
Octal151345371721002274134105
Binary1101001111001011111100111101010000101011110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,229,249); }

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

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

 a { background-color: rgb(105,229,249); }

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

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

 span { border-color: rgb(105,229,249); }

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