#BFF8FC

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

Shades of Pale Turquoise #BFF8FC

Tints of Pale Turquoise #BFF8FC

Color information

#BFF8FC (or 0xBFF8FC) is unknown color: approx Pale Turquoise. HEX triplet: BF, F8 and FC. RGB value is (191,248,252). Sum of RGB (Red+Green+Blue) = 191+248+252=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFF8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FC is #400703. Grayscale: #E7E7E7. Windows color (decimal): -4196100 or 16578751. OLE color: 16578751.

HSL color Cylindrical-coordinate representation of color #BFF8FC: hue angle of 183.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF8FC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191248252-
CMYK0.240.0200.01
HSL183.93º91.04%86.86%-
HSV(B)183.93º24.21%98.82%-
XYZ72.6285.24104.72-
YUV231.41139.6299.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.64%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=27.64%
G=35.89%
B=36.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912482520.240.0200.01183.9391.0486.86
HexBFF8FC18201b85b57
Octal27737037430201270133127
Binary1011111111111000111111001100010011011100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8FC; }

 p { color: rgb(191,248,252); }

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

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

 a { background-color: rgb(191,248,252); }

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

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

 span { border-color: rgb(191,248,252); }

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