#6FE8EB

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

Shades of Turquoise Blue #6FE8EB

Tints of Turquoise Blue #6FE8EB

Color information

#6FE8EB (or 0x6FE8EB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E8 and EB. RGB value is (111,232,235). Sum of RGB (Red+Green+Blue) = 111+232+235=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FE8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE8EB is #901714. Grayscale: #C4C4C4. Windows color (decimal): -9443093 or 15460463. OLE color: 15460463.

HSL color Cylindrical-coordinate representation of color #6FE8EB: hue angle of 181.45º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FE8EB is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111232235-
CMYK0.530.0100.08
HSL181.45º75.61%67.84%-
HSV(B)181.45º52.77%92.16%-
XYZ50.4167.0988.89-
YUV196.16149.9167.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.20%
GREEN value IS 232 (91.02% from 255) = 40.14%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=19.20%
G=40.14%
B=40.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112322350.530.0100.08181.4575.6167.84
Hex6FE8EB35108b54c44
Octal157350353651010265114104
Binary110111111101000111010111101011010001011010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,232,235); }

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

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

 a { background-color: rgb(111,232,235); }

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

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

 span { border-color: rgb(111,232,235); }

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