#6FE4FB

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

Shades of Turquoise Blue #6FE4FB

Tints of Turquoise Blue #6FE4FB

Color information

#6FE4FB (or 0x6FE4FB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E4 and FB. RGB value is (111,228,251). Sum of RGB (Red+Green+Blue) = 111+228+251=590 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.81% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FE4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE4FB is #901B04. Grayscale: #C3C3C3. Windows color (decimal): -9444101 or 16508015. OLE color: 16508015.

HSL color Cylindrical-coordinate representation of color #6FE4FB: hue angle of 189.86º 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 #6FE4FB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111228251-
CMYK0.560.0900.02
HSL189.86º94.59%70.98%-
HSV(B)189.86º55.78%98.43%-
XYZ51.7165.83101.25-
YUV195.64159.2467.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.81%
GREEN value IS 228 (89.45% from 255) = 38.64%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=18.81%
G=38.64%
B=42.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112282510.560.0900.02189.8694.5970.98
Hex6FE4FB38902be5f47
Octal157344373701102276137107
Binary1101111111001001111101111100010010101011111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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