#BFFAFE

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

Shades of Pale Turquoise #BFFAFE

Tints of Pale Turquoise #BFFAFE

Color information

#BFFAFE (or 0xBFFAFE) is unknown color: approx Pale Turquoise. HEX triplet: BF, FA and FE. RGB value is (191,250,254). Sum of RGB (Red+Green+Blue) = 191+250+254=695 (92% of max value = 765). Red value is 191 (75% from 255 or 27.48% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAFE is #400501. Grayscale: #E8E8E8. Windows color (decimal): -4195586 or 16710335. OLE color: 16710335.

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

Color convert

RGB191250254-
CMYK0.250.0200.00
HSL183.81º96.92%87.25%-
HSV(B)183.81º24.8%99.61%-
XYZ73.5686.6106.6-
YUV232.81139.9598.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.48%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=27.48%
G=35.97%
B=36.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912502540.250.0200.00183.8196.9287.25
HexBFFAFE19200b86157
Octal27737237631200270141127
Binary1011111111111010111111101100110001011100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAFE; }

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

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

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

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

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

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

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

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