#BFFEFA

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

Shades of Pale Turquoise #BFFEFA

Tints of Pale Turquoise #BFFEFA

Color information

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

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

Color convert

RGB191254250-
CMYK0.2500.020.00
HSL176.19º96.92%87.25%-
HSV(B)176.19º24.8%99.61%-
XYZ74.1888.86103.68-
YUV234.71136.6396.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542500.2500.020.00176.1996.9287.25
HexBFFEFA19020b06157
Octal27737637231020260141127
Binary1011111111111110111110101100101001011000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEFA; }

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

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

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

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

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

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

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

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