#BFF9FA

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

Shades of Pale Turquoise #BFF9FA

Tints of Pale Turquoise #BFF9FA

Color information

#BFF9FA (or 0xBFF9FA) is unknown color: approx Pale Turquoise. HEX triplet: BF, F9 and FA. RGB value is (191,249,250). Sum of RGB (Red+Green+Blue) = 191+249+250=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9FA is #400605. Grayscale: #E7E7E7. Windows color (decimal): -4195846 or 16447935. OLE color: 16447935.

HSL color Cylindrical-coordinate representation of color #BFF9FA: hue angle of 181.02º 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 #BFF9FA is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191249250-
CMYK0.240.0000.02
HSL181.02º85.51%86.47%-
HSV(B)181.02º23.6%98.04%-
XYZ72.6285.73103.16-
YUV231.77138.2898.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.68%
GREEN value IS 249 (97.66% from 255) = 36.09%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=27.68%
G=36.09%
B=36.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492500.240.0000.02181.0285.5186.47
HexBFF9FA18002b55656
Octal27737137230002265126126
Binary1011111111111001111110101100000101011010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9FA; }

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

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

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

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

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

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

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

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