#BFF8FD

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

Shades of Pale Turquoise #BFF8FD

Tints of Pale Turquoise #BFF8FD

Color information

#BFF8FD (or 0xBFF8FD) is unknown color: approx Pale Turquoise. HEX triplet: BF, F8 and FD. RGB value is (191,248,253). Sum of RGB (Red+Green+Blue) = 191+248+253=692 (91% of max value = 765). Red value is 191 (75% from 255 or 27.60% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FD is #400702. Grayscale: #E7E7E7. Windows color (decimal): -4196099 or 16644287. OLE color: 16644287.

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

Color convert

RGB191248253-
CMYK0.250.0200.01
HSL184.84º93.94%87.06%-
HSV(B)184.84º24.51%99.22%-
XYZ72.7885.3105.56-
YUV231.53140.1299.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.60%
GREEN value IS 248 (97.27% from 255) = 35.84%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=27.60%
G=35.84%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912482530.250.0200.01184.8493.9487.06
HexBFF8FD19201b95e57
Octal27737037531201271136127
Binary1011111111111000111111011100110011011100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8FD; }

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

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

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

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

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

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

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

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