#6FE1EA

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

Shades of Turquoise Blue #6FE1EA

Tints of Turquoise Blue #6FE1EA

Color information

#6FE1EA (or 0x6FE1EA) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E1 and EA. RGB value is (111,225,234). Sum of RGB (Red+Green+Blue) = 111+225+234=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FE1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE1EA is #901E15. Grayscale: #BFBFBF. Windows color (decimal): -9444886 or 15393135. OLE color: 15393135.

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

Color convert

RGB111225234-
CMYK0.530.0400.08
HSL184.39º74.55%67.65%-
HSV(B)184.39º52.56%91.76%-
XYZ48.3363.1787.49-
YUV191.94151.7370.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.47%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=19.47%
G=39.47%
B=41.05%

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
Decimal1112252340.530.0400.08184.3974.5567.65
Hex6FE1EA35408b84b44
Octal157341352654010270113104
Binary11011111110000111101010110101100010001011100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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