#69E1F2

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

Shades of Turquoise Blue #69E1F2

Tints of Turquoise Blue #69E1F2

Color information

#69E1F2 (or 0x69E1F2) is unknown color: approx Turquoise Blue. HEX triplet: 69, E1 and F2. RGB value is (105,225,242). Sum of RGB (Red+Green+Blue) = 105+225+242=572 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.36% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #69E1F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E1F2 is #961E0D. Grayscale: #BEBEBE. Windows color (decimal): -9838094 or 15917417. OLE color: 15917417.

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

Color convert

RGB105225242-
CMYK0.570.0700.05
HSL187.45º84.05%68.04%-
HSV(B)187.45º56.61%94.9%-
XYZ48.7863.2693.64-
YUV191.06156.7466.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.36%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=18.36%
G=39.34%
B=42.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052252420.570.0700.05187.4584.0568.04
Hex69E1F239705bb5444
Octal15134136271705273124104
Binary1101001111000011111001011100111101011011101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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