#6FF0E6

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

Shades of Turquoise Blue #6FF0E6

Tints of Turquoise Blue #6FF0E6

Color information

#6FF0E6 (or 0x6FF0E6) is unknown color: approx Turquoise Blue. HEX triplet: 6F, F0 and E6. RGB value is (111,240,230). Sum of RGB (Red+Green+Blue) = 111+240+230=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF0E6 is #900F19. Grayscale: #C8C8C8. Windows color (decimal): -9441050 or 15134831. OLE color: 15134831.

HSL color Cylindrical-coordinate representation of color #6FF0E6: hue angle of 175.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0E6 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB111240230-
CMYK0.5400.040.06
HSL175.35º81.13%68.82%-
HSV(B)175.35º53.75%94.12%-
XYZ5271.4185.91-
YUV200.29144.7664.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.10%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 230 (90.23% from 255) = 39.59%
R=19.10%
G=41.31%
B=39.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1112402300.5400.040.06175.3581.1368.82
Hex6FF0E636046af5145
Octal15736034666046257121105
Binary1101111111100001110011011011001001101010111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,240,230); }

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

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

 a { background-color: rgb(111,240,230); }

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

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

 span { border-color: rgb(111,240,230); }

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