#6FE1FB

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

Shades of Turquoise Blue #6FE1FB

Tints of Turquoise Blue #6FE1FB

Color information

#6FE1FB (or 0x6FE1FB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E1 and FB. RGB value is (111,225,251). Sum of RGB (Red+Green+Blue) = 111+225+251=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FE1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE1FB is #901E04. Grayscale: #C1C1C1. Windows color (decimal): -9444869 or 16507247. OLE color: 16507247.

HSL color Cylindrical-coordinate representation of color #6FE1FB: hue angle of 191.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE1FB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111225251-
CMYK0.560.1000.02
HSL191.14º94.59%70.98%-
HSV(B)191.14º55.78%98.43%-
XYZ50.8964.19100.98-
YUV193.88160.2368.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.91%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=18.91%
G=38.33%
B=42.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112252510.560.1000.02191.1494.5970.98
Hex6FE1FB38A02bf5f47
Octal157341373701202277137107
Binary1101111111000011111101111100010100101011111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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