#BFFCFE

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

Shades of Pale Turquoise #BFFCFE

Tints of Pale Turquoise #BFFCFE

Color information

#BFFCFE (or 0xBFFCFE) is unknown color: approx Pale Turquoise. HEX triplet: BF, FC and FE. RGB value is (191,252,254). Sum of RGB (Red+Green+Blue) = 191+252+254=697 (92% of max value = 765). Red value is 191 (75% from 255 or 27.40% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFCFE is #400301. Grayscale: #E9E9E9. Windows color (decimal): -4195074 or 16710847. OLE color: 16710847.

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

Color convert

RGB191252254-
CMYK0.250.0100.00
HSL181.9º96.92%87.25%-
HSV(B)181.9º24.8%99.61%-
XYZ74.1987.85106.81-
YUV233.99139.2997.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.40%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=27.40%
G=36.15%
B=36.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912522540.250.0100.00181.996.9287.25
HexBFFCFE19100b66157
Octal27737437631100266141127
Binary101111111111110011111110110011001011011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCFE; }

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

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

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

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

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

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

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

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