#BFFEFB

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

Shades of Pale Turquoise #BFFEFB

Tints of Pale Turquoise #BFFEFB

Color information

#BFFEFB (or 0xBFFEFB) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and FB. RGB value is (191,254,251). Sum of RGB (Red+Green+Blue) = 191+254+251=696 (92% of max value = 765). Red value is 191 (75% from 255 or 27.44% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEFB is #400104. Grayscale: #EAEAEA. Windows color (decimal): -4194565 or 16514751. OLE color: 16514751.

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

Color convert

RGB191254251-
CMYK0.2500.010.00
HSL177.14º96.92%87.25%-
HSV(B)177.14º24.8%99.61%-
XYZ74.3488.93104.51-
YUV234.82137.1396.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.44%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=27.44%
G=36.49%
B=36.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542510.2500.010.00177.1496.9287.25
HexBFFEFB19010b16157
Octal27737637331010261141127
Binary101111111111111011111011110010101011000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEFB; }

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

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

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

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

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

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

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

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