#6ae1ff

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

Shades of Turquoise Blue #6AE1FF

Tints of Turquoise Blue #6AE1FF

Color information

#6AE1FF (or 0x6AE1FF) is unknown color: approx Turquoise Blue. HEX triplet: 6A, E1 and FF. RGB value is (106,225,255). Sum of RGB (Red+Green+Blue) = 106+225+255=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AE1FF is #951E00. Grayscale: #C0C0C0. Windows color (decimal): -9772545 or 16769386. OLE color: 16769386.

HSL color Cylindrical-coordinate representation of color #6AE1FF: hue angle of 192.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AE1FF is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB106225255-
CMYK0.580.1200
HSL192.08º100%70.78%-
HSV(B)192.08º58.43%100%-
XYZ50.9264.13104.3-
YUV192.84163.0866.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.09%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 255 (100% from 255) = 43.52%
R=18.09%
G=38.40%
B=43.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062252550.580.1200192.0810070.78
Hex6AE1FF3AC00c06447
Octal152341377721400300144107
Binary110101011100001111111111110101100001100000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ae1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ae1ff; }

 p { color: rgb(106,225,255); }

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

<style>
 a { background-color: #6ae1ff; }

 a { background-color: rgb(106,225,255); }

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

<style>
 span { border-color: #6ae1ff; }

 span { border-color: rgb(106,225,255); }

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