#BFFEF4

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

Shades of Pale Turquoise #BFFEF4

Tints of Pale Turquoise #BFFEF4

Color information

#BFFEF4 (or 0xBFFEF4) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and F4. RGB value is (191,254,244). Sum of RGB (Red+Green+Blue) = 191+254+244=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF4 is #40010B. Grayscale: #E9E9E9. Windows color (decimal): -4194572 or 16055999. OLE color: 16055999.

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

Color convert

RGB191254244-
CMYK0.2500.040.00
HSL170.48º96.92%87.25%-
HSV(B)170.48º24.8%99.61%-
XYZ73.2688.4998.81-
YUV234.02133.6397.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.72%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 244 (95.70% from 255) = 35.41%
R=27.72%
G=36.87%
B=35.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542440.2500.040.00170.4896.9287.25
HexBFFEF419040aa6157
Octal27737636431040252141127
Binary10111111111111101111010011001010001010101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEF4; }

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

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

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

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

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

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

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

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