#BFFEF6

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

Shades of Pale Turquoise #BFFEF6

Tints of Pale Turquoise #BFFEF6

Color information

#BFFEF6 (or 0xBFFEF6) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and F6. RGB value is (191,254,246). Sum of RGB (Red+Green+Blue) = 191+254+246=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF6 is #400109. Grayscale: #EAEAEA. Windows color (decimal): -4194570 or 16187071. OLE color: 16187071.

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

Color convert

RGB191254246-
CMYK0.2500.030.00
HSL172.38º96.92%87.25%-
HSV(B)172.38º24.8%99.61%-
XYZ73.5688.61100.42-
YUV234.25134.6397.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.64%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=27.64%
G=36.76%
B=35.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542460.2500.030.00172.3896.9287.25
HexBFFEF619030ac6157
Octal27737636631030254141127
Binary1011111111111110111101101100101101010110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEF6; }

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

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

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

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

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

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

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

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