#BFFEF2

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

Shades of Pale Turquoise #BFFEF2

Tints of Pale Turquoise #BFFEF2

Color information

#BFFEF2 (or 0xBFFEF2) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and F2. RGB value is (191,254,242). Sum of RGB (Red+Green+Blue) = 191+254+242=687 (90% of max value = 765). Red value is 191 (75% from 255 or 27.80% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF2 is #40010D. Grayscale: #E9E9E9. Windows color (decimal): -4194574 or 15924927. OLE color: 15924927.

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

Color convert

RGB191254242-
CMYK0.2500.050.00
HSL168.57º96.92%87.25%-
HSV(B)168.57º24.8%99.61%-
XYZ72.9588.3797.22-
YUV233.8132.6397.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.80%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=27.80%
G=36.97%
B=35.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542420.2500.050.00168.5796.9287.25
HexBFFEF219050a96157
Octal27737636231050251141127
Binary10111111111111101111001011001010101010100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEF2; }

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

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

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

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

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

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

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

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