#69E1E3

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

Shades of Turquoise Blue #69E1E3

Tints of Turquoise Blue #69E1E3

Color information

#69E1E3 (or 0x69E1E3) is unknown color: approx Turquoise Blue. HEX triplet: 69, E1 and E3. RGB value is (105,225,227). Sum of RGB (Red+Green+Blue) = 105+225+227=557 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.85% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #69E1E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E1E3 is #961E1C. Grayscale: #BDBDBD. Windows color (decimal): -9838109 or 14934377. OLE color: 14934377.

HSL color Cylindrical-coordinate representation of color #69E1E3: hue angle of 180.98º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E1E3 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105225227-
CMYK0.540.0100.11
HSL180.98º68.54%65.1%-
HSV(B)180.98º53.74%89.02%-
XYZ46.6262.482.26-
YUV189.35149.2467.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.85%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=18.85%
G=40.39%
B=40.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052252270.540.0100.11180.9868.5465.1
Hex69E1E33610Bb54541
Octal151341343661013265105101
Binary110100111100001111000111101101010111011010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,225,227); }

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

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

 a { background-color: rgb(105,225,227); }

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

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

 span { border-color: rgb(105,225,227); }

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