#BFFDFA

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

Shades of Pale Turquoise #BFFDFA

Tints of Pale Turquoise #BFFDFA

Color information

#BFFDFA (or 0xBFFDFA) is unknown color: approx Pale Turquoise. HEX triplet: BF, FD and FA. RGB value is (191,253,250). Sum of RGB (Red+Green+Blue) = 191+253+250=694 (91% of max value = 765). Red value is 191 (75% from 255 or 27.52% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFA is #400205. Grayscale: #EAEAEA. Windows color (decimal): -4194822 or 16448959. OLE color: 16448959.

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

Color convert

RGB191253250-
CMYK0.2500.010.01
HSL177.1º93.94%87.06%-
HSV(B)177.1º24.51%99.22%-
XYZ73.8788.23103.58-
YUV234.12136.9697.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.52%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=27.52%
G=36.46%
B=36.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532500.2500.010.01177.193.9487.06
HexBFFDFA19011b15e57
Octal27737537231011261136127
Binary101111111111110111111010110010111011000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDFA; }

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

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

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

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

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

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

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

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