#6FE1EB

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

Shades of Turquoise Blue #6FE1EB

Tints of Turquoise Blue #6FE1EB

Color information

#6FE1EB (or 0x6FE1EB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E1 and EB. RGB value is (111,225,235). Sum of RGB (Red+Green+Blue) = 111+225+235=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FE1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE1EB is #901E14. Grayscale: #BFBFBF. Windows color (decimal): -9444885 or 15458671. OLE color: 15458671.

HSL color Cylindrical-coordinate representation of color #6FE1EB: hue angle of 184.84º 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 #6FE1EB is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111225235-
CMYK0.530.0400.08
HSL184.84º75.61%67.84%-
HSV(B)184.84º52.77%92.16%-
XYZ48.4863.2388.25-
YUV192.05152.2370.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.44%
GREEN value IS 225 (88.28% from 255) = 39.40%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=19.44%
G=39.40%
B=41.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112252350.530.0400.08184.8475.6167.84
Hex6FE1EB35408b94c44
Octal157341353654010271114104
Binary11011111110000111101011110101100010001011100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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