#6FEAF6

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

Shades of Turquoise Blue #6FEAF6

Tints of Turquoise Blue #6FEAF6

Color information

#6FEAF6 (or 0x6FEAF6) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EA and F6. RGB value is (111,234,246). Sum of RGB (Red+Green+Blue) = 111+234+246=591 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.78% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #6FEAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEAF6 is #901509. Grayscale: #C6C6C6. Windows color (decimal): -9442570 or 16181871. OLE color: 16181871.

HSL color Cylindrical-coordinate representation of color #6FEAF6: hue angle of 185.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FEAF6 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111234246-
CMYK0.550.0500.04
HSL185.33º88.24%70%-
HSV(B)185.33º54.88%96.47%-
XYZ52.6168.8897.71-
YUV198.59154.7565.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.78%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=18.78%
G=39.59%
B=41.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112342460.550.0500.04185.3388.2470
Hex6FEAF637504b95846
Octal15735236667504271130106
Binary1101111111010101111011011011110101001011100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,234,246); }

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

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

 a { background-color: rgb(111,234,246); }

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

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

 span { border-color: rgb(111,234,246); }

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