#BFFAFF

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

Shades of Pale Turquoise #BFFAFF

Tints of Pale Turquoise #BFFAFF

Color information

#BFFAFF (or 0xBFFAFF) is unknown color: approx Pale Turquoise. HEX triplet: BF, FA and FF. RGB value is (191,250,255). Sum of RGB (Red+Green+Blue) = 191+250+255=696 (92% of max value = 765). Red value is 191 (75% from 255 or 27.44% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAFF is #400500. Grayscale: #E8E8E8. Windows color (decimal): -4195585 or 16775871. OLE color: 16775871.

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

Color convert

RGB191250255-
CMYK0.250.0200
HSL184.69º100%87.45%-
HSV(B)184.69º25.1%100%-
XYZ73.7286.67107.45-
YUV232.93140.4598.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.44%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 255 (100% from 255) = 36.64%
R=27.44%
G=35.92%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912502550.250.0200184.6910087.45
HexBFFAFF19200b96457
Octal27737237731200271144127
Binary1011111111111010111111111100110001011100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAFF; }

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

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

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

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

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

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

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

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