#6FE2EB

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

Shades of Turquoise Blue #6FE2EB

Tints of Turquoise Blue #6FE2EB

Color information

#6FE2EB (or 0x6FE2EB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E2 and EB. RGB value is (111,226,235). Sum of RGB (Red+Green+Blue) = 111+226+235=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FE2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE2EB is #901D14. Grayscale: #C0C0C0. Windows color (decimal): -9444629 or 15458927. OLE color: 15458927.

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

Color convert

RGB111226235-
CMYK0.530.0400.08
HSL184.35º75.61%67.84%-
HSV(B)184.35º52.77%92.16%-
XYZ48.7563.7788.34-
YUV192.64151.969.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.41%
GREEN value IS 226 (88.67% from 255) = 39.51%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=19.41%
G=39.51%
B=41.08%

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
Decimal1112262350.530.0400.08184.3575.6167.84
Hex6FE2EB35408b84c44
Octal157342353654010270114104
Binary11011111110001011101011110101100010001011100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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