#BFFFFD

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

Shades of Pale Turquoise #BFFFFD

Tints of Pale Turquoise #BFFFFD

Color information

#BFFFFD (or 0xBFFFFD) is unknown color: approx Pale Turquoise. HEX triplet: BF, FF and FD. RGB value is (191,255,253). Sum of RGB (Red+Green+Blue) = 191+255+253=699 (92% of max value = 765). Red value is 191 (75% from 255 or 27.32% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFD is #400002. Grayscale: #EBEBEB. Windows color (decimal): -4194307 or 16646079. OLE color: 16646079.

HSL color Cylindrical-coordinate representation of color #BFFFFD: hue angle of 178.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFFD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB191255253-
CMYK0.2500.010
HSL178.12º100%87.45%-
HSV(B)178.12º25.1%100%-
XYZ74.9889.69106.29-
YUV235.64137.896.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.32%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=27.32%
G=36.48%
B=36.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552530.2500.010178.1210087.45
HexBFFFFD19010b26457
Octal27737737531010262144127
Binary101111111111111111111101110010101011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFFD; }

 p { color: rgb(191,255,253); }

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

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

 a { background-color: rgb(191,255,253); }

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

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

 span { border-color: rgb(191,255,253); }

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