#69E7F1

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

Shades of Turquoise Blue #69E7F1

Tints of Turquoise Blue #69E7F1

Color information

#69E7F1 (or 0x69E7F1) is unknown color: approx Turquoise Blue. HEX triplet: 69, E7 and F1. RGB value is (105,231,241). Sum of RGB (Red+Green+Blue) = 105+231+241=577 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.20% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #69E7F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E7F1 is #96180E. Grayscale: #C2C2C2. Windows color (decimal): -9836559 or 15853417. OLE color: 15853417.

HSL color Cylindrical-coordinate representation of color #69E7F1: hue angle of 184.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69E7F1 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105231241-
CMYK0.560.0400.05
HSL184.41º82.93%67.84%-
HSV(B)184.41º56.43%94.51%-
XYZ50.2866.5193.41-
YUV194.47154.2664.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.20%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=18.20%
G=40.03%
B=41.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052312410.560.0400.05184.4182.9367.84
Hex69E7F138405b85344
Octal15134736170405270123104
Binary1101001111001111111000111100010001011011100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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