#BFF7F0

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

Shades of Pale Turquoise #BFF7F0

Tints of Pale Turquoise #BFF7F0

Color information

#BFF7F0 (or 0xBFF7F0) is unknown color: approx Pale Turquoise. HEX triplet: BF, F7 and F0. RGB value is (191,247,240). Sum of RGB (Red+Green+Blue) = 191+247+240=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7F0 is #40080F. Grayscale: #E5E5E5. Windows color (decimal): -4196368 or 15792063. OLE color: 15792063.

HSL color Cylindrical-coordinate representation of color #BFF7F0: hue angle of 172.5º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7F0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB191247240-
CMYK0.2300.030.03
HSL172.5º77.78%85.88%-
HSV(B)172.5º22.67%96.86%-
XYZ70.4783.8994.92-
YUV229.46133.95100.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 247 (96.88% from 255) = 36.43%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=28.17%
G=36.43%
B=35.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472400.2300.030.03172.577.7885.88
HexBFF7F017033ac4e56
Octal27736736027033254116126
Binary10111111111101111111000010111011111010110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7F0; }

 p { color: rgb(191,247,240); }

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

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

 a { background-color: rgb(191,247,240); }

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

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

 span { border-color: rgb(191,247,240); }

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