#BFFAF0

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

Shades of Pale Turquoise #BFFAF0

Tints of Pale Turquoise #BFFAF0

Color information

#BFFAF0 (or 0xBFFAF0) is unknown color: approx Pale Turquoise. HEX triplet: BF, FA and F0. RGB value is (191,250,240). Sum of RGB (Red+Green+Blue) = 191+250+240=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAF0 is #40050F. Grayscale: #E7E7E7. Windows color (decimal): -4195600 or 15792831. OLE color: 15792831.

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

Color convert

RGB191250240-
CMYK0.2400.040.02
HSL169.83º85.51%86.47%-
HSV(B)169.83º23.6%98.04%-
XYZ71.485.7495.22-
YUV231.22132.9599.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.05%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=28.05%
G=36.71%
B=35.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502400.2400.040.02169.8385.5186.47
HexBFFAF018042aa5656
Octal27737236030042252126126
Binary101111111111101011110000110000100101010101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAF0; }

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

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

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

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

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

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

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

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