#BFFBF4

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

Shades of Pale Turquoise #BFFBF4

Tints of Pale Turquoise #BFFBF4

Color information

#BFFBF4 (or 0xBFFBF4) is unknown color: approx Pale Turquoise. HEX triplet: BF, FB and F4. RGB value is (191,251,244). Sum of RGB (Red+Green+Blue) = 191+251+244=686 (90% of max value = 765). Red value is 191 (75% from 255 or 27.84% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBF4 is #40040B. Grayscale: #E8E8E8. Windows color (decimal): -4195340 or 16055231. OLE color: 16055231.

HSL color Cylindrical-coordinate representation of color #BFFBF4: hue angle of 173º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBF4 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB191251244-
CMYK0.2400.030.02
HSL173º88.24%86.67%-
HSV(B)173º23.9%98.43%-
XYZ72.3186.698.49-
YUV232.26134.6298.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.84%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=27.84%
G=36.59%
B=35.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912512440.2400.030.0217388.2486.67
HexBFFBF418032ad5857
Octal27737336430032255130127
Binary10111111111110111111010011000011101010110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBF4; }

 p { color: rgb(191,251,244); }

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

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

 a { background-color: rgb(191,251,244); }

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

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

 span { border-color: rgb(191,251,244); }

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