#BFF8FA

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

Shades of Pale Turquoise #BFF8FA

Tints of Pale Turquoise #BFF8FA

Color information

#BFF8FA (or 0xBFF8FA) is unknown color: approx Pale Turquoise. HEX triplet: BF, F8 and FA. RGB value is (191,248,250). Sum of RGB (Red+Green+Blue) = 191+248+250=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FA is #400705. Grayscale: #E7E7E7. Windows color (decimal): -4196102 or 16447679. OLE color: 16447679.

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

Color convert

RGB191248250-
CMYK0.240.0100.02
HSL182.03º85.51%86.47%-
HSV(B)182.03º23.6%98.04%-
XYZ72.3185.11103.06-
YUV231.18138.6299.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.72%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=27.72%
G=35.99%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912482500.240.0100.02182.0385.5186.47
HexBFF8FA18102b65656
Octal27737037230102266126126
Binary1011111111111000111110101100010101011011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8FA; }

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

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

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

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

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

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

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

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